17 lines
402 B
Desktop File
Executable File
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
|