Add working directory to service file
This commit is contained in:
parent
c9a1a9ec72
commit
a8c80d6eab
|
@ -3,6 +3,7 @@ Description=Music Player
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/home/pi/officemusic/run.sh
|
ExecStart=/home/pi/officemusic/run.sh
|
||||||
|
WorkingDirectory=/home/pi/officemusic
|
||||||
User=pi
|
User=pi
|
||||||
Group=pi
|
Group=pi
|
||||||
TimeoutStopSec=25
|
TimeoutStopSec=25
|
||||||
|
|
Loading…
Reference in New Issue