diff --git a/docs/running.rst b/docs/running.rst index 488a0959..d357afe6 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -24,3 +24,21 @@ using ``pkill``:: pkill mopidy + +Init scripts +============ + +- The ``mopidy`` package at `apt.mopidy.com `__ comes + with an `sysvinit init script + `_. + +- The ``mopidy`` package in `Arch Linux AUR + `__ 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 + `_. + +- Issue :issue:`266` contains a bunch of init scripts for Mopidy, including + Upstart init scripts.