From fb14152fca45a7580d760350287039637898e482 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 3 Oct 2013 16:37:10 -0400 Subject: [PATCH] use osrf_control Signed-off-by: Jason Etheridge --- installer/wheezy/eg_wheezy_installer.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index d31f21d2c..8b059f91b 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -303,9 +303,7 @@ fi OSRF_COMMAND=' export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH \ && export PATH=/openils/bin:$PATH \ -&& /openils/bin/osrf_ctl.sh -l -a restart_router && sleep 5 \ -&& /openils/bin/osrf_ctl.sh -l -a restart_perl && sleep 10 \ -&& /openils/bin/osrf_ctl.sh -l -a restart_c && sleep 3 \ +&& /openils/bin/osrf_control --localhost --restart_all && sleep 3 \ && /openils/bin/autogen.sh /openils/conf/opensrf_core.xml \ && echo Finis; ' @@ -387,9 +385,7 @@ else * Start services su - opensrf -osrf_ctl.sh -l -a start_router; -osrf_ctl.sh -l -a start_perl && sleep 10; -osrf_ctl.sh -l -a start_c && sleep 3; +osrf_control --localhost --start-all && sleep 3; /openils/bin/autogen.sh /openils/conf/opensrf_core.xml; * Test the system -- 2.11.0