From: Michael Jumper Date: Fri, 3 Jun 2011 07:07:23 +0000 (-0700) Subject: Added Default-Start/Stop to init.d script. X-Git-Url: http://git.alex.org.uk Added Default-Start/Stop to init.d script. --- diff --git a/init.d/guacd.in b/init.d/guacd.in index 69841e9..1d93c65 100644 --- a/init.d/guacd.in +++ b/init.d/guacd.in @@ -38,13 +38,15 @@ # guacd # -# chkconfig: - 20 80 +# chkconfig: 2345 20 80 # description: Guacamole proxy daemon ### BEGIN INIT INFO # Provides: guacd # Required-Start: $network $syslog # Required-Stop: $network $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Guacamole proxy daemon # Description: The Guacamole proxy daemon, required to translate remote desktop protocols into the text-based Guacamole protocol used by the JavaScript application. ### END INIT INFO