mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
806cada1c1
Intermediate commits (oldest → newest): - Music service (#5) - Fine tuning of radiostation - Logging fix in radio - Logging fix - fx - fx - fx - Fix to deprecated - Fine tuning - Logging fix on conjurer_librarian - Fix logging with rotation - fixing favourites
12 lines
222 B
Desktop File
12 lines
222 B
Desktop File
[Unit]
|
|
Description=Conjurer_musician
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/pi/Conjurer/env/bin/python3 /home/pi/Conjurer/conjurer_musician.py
|
|
Restart=on-abort
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|