Files
cantata/dynamic/init
craig.p.drummond 4faf03b51b Better systemd integration:
- Run cantata-dynamic as user mpd, group audio (instead of root). This also requires that /run/cantata-dynamic is created by systemd as user mpd doesn't have the necessary right.
- When cantata-dynamic is started, ensure that mpd is started before it.
2014-10-20 13:27:00 +00:00
..
2013-06-20 19:12:27 +00:00

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