]> git.pld-linux.org Git - packages/gitlab-runner.git/commitdiff
pld start-stop-daemon has no --no-close option
authorElan Ruusamäe <glen@delfi.ee>
Fri, 4 Nov 2016 16:16:57 +0000 (18:16 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 4 Nov 2016 16:16:57 +0000 (18:16 +0200)
gitlab-ci-multi-runner.init

index 3f9e11794e7fc964afb08a07be3cb2091b7b7809..13b04b8eba608c90225d9367b7e7618057de55dc 100755 (executable)
@@ -28,7 +28,6 @@ do_start() {
                --background \
                --make-pidfile \
                --chuid "$USER:$GROUP" \
                --background \
                --make-pidfile \
                --chuid "$USER:$GROUP" \
-               --no-close \
                --exec "$DAEMON" -- "run" >> $LOGFILE 2>&1
 }
 
                --exec "$DAEMON" -- "run" >> $LOGFILE 2>&1
 }
 
This page took 0.037473 seconds and 4 git commands to generate.