Added Default-Start/Stop to init.d script.
This commit is contained in:
parent
20927307d2
commit
71013a5a1b
@ -38,13 +38,15 @@
|
|||||||
|
|
||||||
# guacd
|
# guacd
|
||||||
#
|
#
|
||||||
# chkconfig: - 20 80
|
# chkconfig: 2345 20 80
|
||||||
# description: Guacamole proxy daemon
|
# description: Guacamole proxy daemon
|
||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: guacd
|
# Provides: guacd
|
||||||
# Required-Start: $network $syslog
|
# Required-Start: $network $syslog
|
||||||
# Required-Stop: $network $syslog
|
# Required-Stop: $network $syslog
|
||||||
|
# Default-Start: 2 3 4 5
|
||||||
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: Guacamole proxy daemon
|
# 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.
|
# 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
|
### END INIT INFO
|
||||||
|
Loading…
Reference in New Issue
Block a user