diff options
-rw-r--r-- | sh/runscript.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index e042be6d..8e7fa690 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -128,7 +128,7 @@ start() eend 1 "command_background option used but no pidfile specified" return 1 fi - _background="--background --make-pidfile --pidfile" + _background="--background --make-pidfile" fi if yesno "$start_inactive"; then local _inactive=false |