From 88aab8dc934a39f43509545ad14c222c5c6e1533 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Sun, 15 Jan 2017 00:31:18 -0500 Subject: [PATCH] Added a sleep in the init script between statup and autogen --- templates/init/eg_opensrf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/init/eg_opensrf b/templates/init/eg_opensrf index e4f4202..e67ab04 100755 --- a/templates/init/eg_opensrf +++ b/templates/init/eg_opensrf @@ -36,6 +36,7 @@ start_opensrf() { sleep 3 log_daemon_msg "Starting Evergreen OpenSRF:" su - opensrf -c /bin/bash -c "PERL5LIB=${PERL5LIB}:${OPENILS_BASE}/lib/perl5 PATH=${PATH}:${OPENILS_BASE}/bin osrf_control --start-all" + sleep 2 if [ ! -e ${OPENILS_BASE}/var/web/eg_cache_hash ] then if dpkg -l | grep "evergreen-ils" | grep "ii" -- 2.11.0