35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
About
|
|
=====
|
|
|
|
This folder contains example init scripts, and an example configuration file
|
|
for server mode cantata-dynamic. cantata-dynamic should be started/stopped with
|
|
MPD - as MPD is required for it to function.
|
|
|
|
|
|
cantata-dynamic.conf
|
|
--------------------
|
|
Contains an example config file, this should be copied to /etc and edited
|
|
appropriately.
|
|
|
|
|
|
cantata-dynamic.ubuntu
|
|
----------------------
|
|
Is an example init script for Ubuntu distributions. This should be renamed
|
|
cantata-dynamic, and copied to /etc/init.d. You will then need to create the
|
|
relevant symlinks created in /etc/rc?.d
|
|
|
|
|
|
cantata-dynamic.arch
|
|
--------------------
|
|
Is an example init script for ArchLinux distributions. This should be renamed
|
|
cantata-dynamic, and copied to /etc/rc.d. Then edit /etc/rc.conf and add
|
|
cantata-dynamic to DAEMONS
|
|
|
|
|
|
cantata-dynamic.systemd
|
|
-----------------------
|
|
Is an example SystemD script. This should be renamed to cantata-dynamic.service
|
|
and copied to /usr/lib/systemd/system
|
|
|
|
This script was contributed by Alex Tsitsimpis
|