docs: Add info on init scripts (fixes: #266)

This commit is contained in:
Stein Magnus Jodal 2014-01-11 21:40:38 +01:00
parent 74d04d4e2f
commit 068b63b714

View File

@ -24,3 +24,21 @@ using ``pkill``::
pkill mopidy
Init scripts
============
- The ``mopidy`` package at `apt.mopidy.com <http://apt.mopidy.com/>`__ comes
with an `sysvinit init script
<https://github.com/mopidy/mopidy/blob/debian/debian/mopidy.init>`_.
- The ``mopidy`` package in `Arch Linux AUR
<https://aur.archlinux.org/packages/mopidy>`__ comes with a systemd init
script.
- A blog post by Benjamin Guillet explains how to `Daemonize Mopidy and Launch
It at Login on OS X
<http://www.benjaminguillet.com/blog/2013/08/16/launch-mopidy-at-login-on-os-x/>`_.
- Issue :issue:`266` contains a bunch of init scripts for Mopidy, including
Upstart init scripts.