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
14 lines
340 B
Desktop File
14 lines
340 B
Desktop File
[Unit]
|
|
Description=radio_conjurer Liquidsoap daemon
|
|
After=network.target
|
|
Documentation=http://liquidsoap.fm/
|
|
|
|
[Service]
|
|
User=pi
|
|
WorkingDirectory=/home/pi/Conjurer/
|
|
ExecStart=/home/pi/.opam/4.13.0/bin/liquidsoap /home/pi/Conjurer/radio_conjurer.liq
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=radio_conjurer-liquidsoap.service |