|
|
@ -1,11 +1,11 @@
|
|
|
|
#!/bin/sh
|
|
|
|
#!/bin/sh
|
|
|
|
### BEGIN INIT INFO
|
|
|
|
### BEGIN INIT INFO
|
|
|
|
# Provides: ngcp-www-csc
|
|
|
|
# Provides: ngcp-www-csc
|
|
|
|
# Required-Start: $syslog $network $local_fs $remote_fs $time mysql
|
|
|
|
# Required-Start: $syslog $network $local_fs $remote_fs $time
|
|
|
|
# Required-Stop: $syslog $network $local_fs $remote_fs
|
|
|
|
# Required-Stop: $syslog $network $local_fs $remote_fs
|
|
|
|
# Default-Start: 2 3 4 5
|
|
|
|
# Default-Start: 2 3 4 5
|
|
|
|
# Default-Stop: 0 1 6
|
|
|
|
# Default-Stop: 0 1 6
|
|
|
|
# Should-Start: sshd
|
|
|
|
# Should-Start: sshd mysql
|
|
|
|
# Short-Description: Start the ngcp-www-csc webapp
|
|
|
|
# Short-Description: Start the ngcp-www-csc webapp
|
|
|
|
# Description: Start the ngcp-www-csc webapp
|
|
|
|
# Description: Start the ngcp-www-csc webapp
|
|
|
|
### END INIT INFO
|
|
|
|
### END INIT INFO
|
|
|
|