13 lines
326 B
Plaintext
Executable File
13 lines
326 B
Plaintext
Executable File
[Unit]
|
|
Description=Cantata Dynamic Server
|
|
|
|
[Service]
|
|
User=root
|
|
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
|
|
PIDFile=/var/run/cantata-dynamic/pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|