diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-10-22 21:51:43 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-10-22 23:56:02 +0200 |
commit | 43aaf4b64a470093b69bf6a14f9b79bb88128ba8 (patch) | |
tree | c10f25809026d364d1eca5eefba4e008007d27b1 /contrib/runit/s5-nginx-lua/run | |
parent | hub: add support for datagram unix-sockets (diff) |
updated runit run scripts (new hub options)
Diffstat (limited to 'contrib/runit/s5-nginx-lua/run')
-rwxr-xr-x | contrib/runit/s5-nginx-lua/run | 2 |
1 files changed, 1 insertions, 1 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 |