From: Ben Shum Date: Thu, 25 Jul 2019 00:57:31 +0000 (-0400) Subject: Run websocketd in background X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0bef92b2d21bf94971db7466a1b45e6b1c802589;p=working%2Frandom.git Run websocketd in background Signed-off-by: Ben Shum --- diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index e97ac501c..da557a8c1 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -605,7 +605,7 @@ function configure_websockets { echo b. Run websocketd without a proxy (chosen) /usr/local/bin/websocketd --port 7682 --ssl --sslcert=/etc/apache2/ssl/server.crt \ - --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio + --sslkey=/etc/apache2/ssl/server.key /openils/bin/osrf-websocket-stdio & echo End of configuring websockets =~-._ }