From c210dedc1d38ee49ae30fd9cc8e4053324660a49 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 17 Jan 2009 13:31:37 +0000 Subject: [PATCH 1/1] Add LSB init info Organization: Straylight/Edgeware From: Richard Kettlewell --- examples/disorder.init.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/disorder.init.in b/examples/disorder.init.in index b752adc..d8d3f08 100644 --- a/examples/disorder.init.in +++ b/examples/disorder.init.in @@ -17,6 +17,16 @@ # 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 DAEMON=sbindir/disorderd -- [mdw]