Files
cantata/playlists/cantata-dynamic.service
2017-08-15 22:42:51 +01:00

17 lines
402 B
Desktop File
Executable File

[Unit]
Description=Cantata Dynamic Server
Wants=mpd.service
After=mpd.service
[Service]
User=mpd
Group=audio
Type=forking
ExecStart=/usr/share/cantata/scripts/cantata-dynamic server /etc/cantata-dynamic.conf
ExecStop=/usr/share/cantata/scripts/cantata-dynamic stopserver /etc/cantata-dynamic.conf
RuntimeDirectory=cantata-dynamic
PIDFile=/run/cantata-dynamic/pid
[Install]
WantedBy=multi-user.target