From 068b63b714621096add1f5974cd2b0fdd1f52690 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 11 Jan 2014 21:40:38 +0100 Subject: [PATCH] docs: Add info on init scripts (fixes: #266) --- docs/running.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.