Fix: remove user pi reference

This commit is contained in:
2020-09-20 21:11:13 +02:00
parent 251744a632
commit dcd7ee16b8
3 changed files with 8 additions and 8 deletions

View File

@@ -5,10 +5,10 @@ After=mpd.socket mpd.service
[Service]
Type=simple
ExecStart=/usr/bin/python3 /home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py &
ExecStart=/usr/bin/python3 /home/volumio/TFT-MoodeCoverArt/tft_moode_coverart.py &
#ExecStartPre=/bin/sleep 15
ExecStop=/home/pi/TFT-MoodeCoverArt/tft_moode_coverart.sh -q
ExecStop=/home/volumio/TFT-MoodeCoverArt/tft_moode_coverart.sh -q
Restart=on-abort
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target