From 3a601977f058bfea76a21e3d53a1bc821db0d8d0 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 3 Jun 2011 00:07:23 -0700 Subject: [PATCH] Added Default-Start/Stop to init.d script. --- init.d/guacd.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4