From 19243d93f4a6e80df57d1004c040e410e83718ac Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Sat, 16 Nov 2019 16:36:09 -0500 Subject: [PATCH] set the working path --- buttons.service | 1 + 1 file changed, 1 insertion(+) diff --git a/buttons.service b/buttons.service index a6fcacd..ad94eee 100644 --- a/buttons.service +++ b/buttons.service @@ -4,6 +4,7 @@ After=multi-user.target [Service] Type=idle +WorkingDirectory=/home/pi/onsetswitch ExecStart=/usr/bin/python3 /home/pi/onsetswitch/buttond.py [Install]