Hi guys,

The liquidsoap-daemon opam package, which provides the files to run
liquidsoap as a daemon, has finally been updated!

In order to use it, you will need to do:
% opam install liquidsoap-daemon.

This only installs the daemonize-liquidsoap.sh script. Next, you should
follow the instructions at: https://github.com/savonet/liquidsoap-daemon

- First, install your liquidsoap script at:
${HOME}/liquidsoap-daemon/main.liq

- Then install the daemon files:
% daemonize-liquidsoap.sh

If you wish to install a different daemonization system (initd, launchd),
you do:
% init_type=<init system> ./daemonize-liquidsoap.sh

- Finally, start the daemon:
% sudo systemctl start liquidsoap

Or, for initd:
% sudo /etc/init.d/liquidsoap-daemon start

Or, for launchd (OSX):
% launchctl load ${HOME}/Library/LaunchAgents/fm.liquidsoap.daemon.plist

Hope this helps!
Romain
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to