From 58a2e4720bc5654bf3e6e417882efd782d2f01ca Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 28 Aug 2014 11:20:31 +0200 Subject: [PATCH] MT#8715 init.d: move mysql to Should-Start On PRO we get an error with insserv and mysql dependency --- debian/ngcp-www-csc.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/ngcp-www-csc.init b/debian/ngcp-www-csc.init index 3494c08..ef6f17d 100644 --- a/debian/ngcp-www-csc.init +++ b/debian/ngcp-www-csc.init @@ -1,11 +1,11 @@ #!/bin/sh ### BEGIN INIT INFO # 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 # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Should-Start: sshd +# Should-Start: sshd mysql # Short-Description: Start the ngcp-www-csc webapp # Description: Start the ngcp-www-csc webapp ### END INIT INFO