Added Default-Start/Stop to init.d script.

This commit is contained in:
Michael Jumper 2011-06-03 00:07:23 -07:00
parent 20927307d2
commit 71013a5a1b

View File

@ -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