diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-10-27 21:28:13 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-10-27 21:28:13 +0100 |
commit | a5ba5aba8ffcf4bcce8a76d02ad21cc10b5648a1 (patch) | |
tree | a6aa9e4ae78274e00a258aeb019dc22b4fde73e2 | |
parent | hub: Add support for /updates query with sortOrder, fix invalid queries (diff) |
fixed hub runit run script
-rwxr-xr-x | contrib/runit/sfive-hub/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/runit/sfive-hub/run b/contrib/runit/sfive-hub/run index 91b51e0..cdcd27b 100755 --- a/contrib/runit/sfive-hub/run +++ b/contrib/runit/sfive-hub/run @@ -9,4 +9,4 @@ fi chown sfive:sfive "$RUN_D" rm -f "$RUN_D/pipegram" umask 002 -exec chpst -u sfive:sfive /usr/bin/sfive-hub -start-web-server=false -start-pipe-server=false -pipegram="$RUN_D/pipegram" -forward-url="http://stream.elevate.at:9000 +exec chpst -u sfive:sfive /usr/bin/sfive-hub -start-web-server=false -start-pipe-server=false -pipegram="$RUN_D/pipegram" -forward-url="http://stream.elevate.at:9000" |