From 978541760d3b4b65f1a85eb23985caddd608ec99 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Wed, 31 Jul 2013 10:29:04 +0200 Subject: [PATCH] Bug 10665 - koha-index-daemon-ctl.sh dependency Content-Type: text/plain; charset="utf-8" The daemon koha-index-daemon needs a connexion to MySQL server. This patch sets start dependance to "all" in order to wait for local MySQL server or not wait if using a remote MySQL server. Signed-off-by: Bernardo Gonzalez Kriegel Small fix, no errors. Signed-off-by: Mason James --- misc/bin/koha-index-daemon-ctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/bin/koha-index-daemon-ctl.sh b/misc/bin/koha-index-daemon-ctl.sh index 03cdca8..17c5601 100755 --- a/misc/bin/koha-index-daemon-ctl.sh +++ b/misc/bin/koha-index-daemon-ctl.sh @@ -17,7 +17,7 @@ ### BEGIN INIT INFO # Provides: koha-index-daemon-$DBNAME -# Required-Start: $local_fs $syslog +# Required-Start: $all # Required-Stop: $local_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -- 1.7.10.4