X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/b6a84ef229f9c29e84a8fa7833673a6393df3760..0e5e68c34c25134986ec47ee993f5b4d0f25201e:/examples/disorder.init.in diff --git a/examples/disorder.init.in b/examples/disorder.init.in index b752adc..94343d3 100644 --- a/examples/disorder.init.in +++ b/examples/disorder.init.in @@ -17,8 +17,20 @@ # along with this program. If not, see . # +### BEGIN INIT INFO +# Provides: disorder +# Required-Start: $local_fs $network $named $remote_fs $syslog $time +# Required-Stop: $local_fs $network $named $remote_fs $syslog $time +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start and stop DisOrder +# Description: DisOrder is a multi-user software jukebox. +### END INIT INFO + set -e +. /lib/lsb/init-functions + DAEMON=sbindir/disorderd CLIENT="bindir/disorder --local"