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/sfive-hub/run | |
parent | hub: add support for datagram unix-sockets (diff) |
updated runit run scripts (new hub options)
Diffstat (limited to 'contrib/runit/sfive-hub/run')
-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 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" |