Browse Source

Bijgewerkte service file met nieuwe locatie

Raspberry Pi 5 years ago
parent
commit
31eb07cb03
1 changed files with 2 additions and 2 deletions
  1. 2 2
      webradio.service

+ 2 - 2
webradio.service

@@ -7,8 +7,8 @@ Wants=network-online.target
 Type=simple
 User=pi
 Group=pi
-WorkingDirectory=/home/pi/
-ExecStart=/usr/bin/python3 /home/pi/webradio.py
+WorkingDirectory=/home/pi/webradio
+ExecStart=/usr/bin/python3 /home/pi/webradio/webradio.py
 Restart=always
 StandardOutput=syslog
 StandardError=syslog