MT#8715 init.d: move mysql to Should-Start

On PRO we get an error with insserv and mysql dependency
ipeshinskaya/8437
Victor Seva 11 years ago
parent bb619dc9cc
commit 58a2e4720b

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

Loading…
Cancel
Save