From: Chris Sharp Date: Tue, 26 Sep 2017 03:14:26 +0000 (-0400) Subject: Stop touching apache from opensrf init script X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=66d35e2faeadd50f094ff24516fcf3d83b638ea5;p=contrib%2Fpines%2Fosrf-debian.git Stop touching apache from opensrf init script --- diff --git a/files_for_build/eg_opensrf b/files_for_build/eg_opensrf index e4f4202..2d6c111 100755 --- a/files_for_build/eg_opensrf +++ b/files_for_build/eg_opensrf @@ -62,22 +62,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