From a96f0357fde72df98570302bed74edc219de3b29 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 23 Oct 2014 02:00:22 +0200 Subject: hub: socket handling at runit script --- contrib/runit/sfive-hub/run | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') diff --git a/contrib/runit/sfive-hub/run b/contrib/runit/sfive-hub/run index e5ccd17..dde9b39 100755 --- a/contrib/runit/sfive-hub/run +++ b/contrib/runit/sfive-hub/run @@ -7,4 +7,6 @@ if [ ! -d "$RUN_D" ]; then mkdir -p -m0750 "$RUN_D" 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" -- cgit v1.2.3