diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-10-22 23:55:57 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-10-22 23:56:03 +0200 |
commit | 559af3be64f0c52af34148608945675729a02402 (patch) | |
tree | 152201b8802274c00a7545e7b324df592736eedd /contrib/runit/s5-nginx-lua/run | |
parent | daq: flumotion-plug now uses stateless protocol (diff) |
runit scripts fixed argument name
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 c052cf6..e410791 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/ppipe" -n "$HOSTNAME" -u http://localhost/sfive -S "$STREAMER" -d 15 +exec chpst -u sfive:sfive /usr/bin/s5-nginx-lua-fetch -s "$RUN_D/pipegram" -n "$HOSTNAME" -u http://localhost/sfive -S "$STREAMER" -d 15 |