X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..86541f5a0ae3e3f5716f4389f9155a868d9d8ab3:/examples/disorder.init.in diff --git a/examples/disorder.init.in b/examples/disorder.init.in index 602effc..d8d3f08 100644 --- a/examples/disorder.init.in +++ b/examples/disorder.init.in @@ -1,7 +1,7 @@ #! /bin/sh # # This file is part of DisOrder. -# Copyright (C) 2004, 2005, 2007 Richard Kettlewell +# Copyright (C) 2004, 2005, 2007, 2009 Richard Kettlewell # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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