diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-17 06:52:23 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-17 06:52:23 +0200 |
commit | d10cc49bfb60e544d8cb6644ce73235875f4d930 (patch) | |
tree | a3e4435f66458bfdd68b89a9d3f6dc8503585a25 | |
parent | updated changelog and license info (diff) |
added tags to sample runit script for s6-nginx-lua
-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 e410791..dee0122 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/pipegram" -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 --tag elevate --tag discourse --tag 2015 |