From: Chris Sharp Date: Tue, 26 Sep 2017 01:04:16 +0000 (-0400) Subject: Don't control apache with opensrf init script. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f7a436205ea2b506b26a66572dbb3a23c47f2e6d;p=contrib%2Fpines%2Fgenasys.git Don't control apache with opensrf init script. --- diff --git a/templates/init/eg_opensrf b/templates/init/eg_opensrf index e67ab04..519327d 100755 --- a/templates/init/eg_opensrf +++ b/templates/init/eg_opensrf @@ -63,22 +63,22 @@ autogen() { case "$1" in start) start_opensrf - /etc/init.d/apache2-websockets stop - /etc/init.d/apache2 restart - /etc/init.d/apache2-websockets start +# /etc/init.d/apache2-websockets stop +# /etc/init.d/apache2 restart +# /etc/init.d/apache2-websockets start ;; stop) stop_opensrf ;; restart) - /etc/init.d/apache2-websockets stop - /etc/init.d/apache2 stop +# /etc/init.d/apache2-websockets stop +# /etc/init.d/apache2 stop log_daemon_msg "Restarting Evergreen OpenSRF:" stop_opensrf sleep 2 start_opensrf - /etc/init.d/apache2-websockets start - /etc/init.d/apache2 start +# /etc/init.d/apache2-websockets start +# /etc/init.d/apache2 start ;; autogen) autogen