From a8c80d6eabdf1a63d2de1cec9afd1ffe93b6ea45 Mon Sep 17 00:00:00 2001 From: Quad Date: Wed, 30 Sep 2020 23:05:08 +0200 Subject: [PATCH] Add working directory to service file --- service.systemd | 1 + 1 file changed, 1 insertion(+) diff --git a/service.systemd b/service.systemd index 7e9681f..cde2ac7 100644 --- a/service.systemd +++ b/service.systemd @@ -3,6 +3,7 @@ Description=Music Player [Service] ExecStart=/home/pi/officemusic/run.sh +WorkingDirectory=/home/pi/officemusic User=pi Group=pi TimeoutStopSec=25