summaryrefslogtreecommitdiff
path: root/contrib/runit
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/runit')
-rwxr-xr-xcontrib/runit/s5-nginx-lua/run2
-rwxr-xr-xcontrib/runit/sfive-hub/run2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/runit/s5-nginx-lua/run b/contrib/runit/s5-nginx-lua/run
index acc94d9..c052cf6 100755
--- a/contrib/runit/s5-nginx-lua/run
+++ b/contrib/runit/s5-nginx-lua/run
@@ -5,4 +5,4 @@ exec 2>&1
RUN_D="/var/run/sfive"
HOSTNAME="streamer-pub1"
STREAMER="av-dt,av-en/hls,dash/mini,low,medium,high"
-exec chpst -u sfive:sfive /usr/bin/s5-nginx-lua-fetch -s "$RUN_D"/pipe -n "$HOSTNAME" -u http://localhost/sfive -S "$STREAMER" -d 15
+exec chpst -u sfive:sfive /usr/bin/s5-nginx-lua-fetch -s "$RUN_D/ppipe" -n "$HOSTNAME" -u http://localhost/sfive -S "$STREAMER" -d 15
diff --git a/contrib/runit/sfive-hub/run b/contrib/runit/sfive-hub/run
index b9a6ccd..42fafce 100755
--- a/contrib/runit/sfive-hub/run
+++ b/contrib/runit/sfive-hub/run
@@ -7,4 +7,4 @@ if [ ! -d "$RUN_D" ]; then
mkdir -p -m0750 "$RUN_D"
fi
chown sfive:sfive "$RUN_D"
-exec chpst -u sfive:sfive /usr/bin/sfive-hub -bind="127.0.0.1:9000"
+exec chpst -u sfive:sfive /usr/bin/sfive-hub -start-web-server=false -start-pipe-server=false -ppipe="$RUN_D/ppipe"