diff options
author | William Hubbs <williamh@gentoo.org> | 2012-01-17 12:04:20 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-01-17 12:04:20 -0600 |
commit | c529a5765097f020d3cfe4e58750c5382672c1e7 (patch) | |
tree | 42621c9701cadea00c1b7dcf9359d1518c2b59d2 /sh | |
parent | 9c0edc5c527de01cbe2dccbc7f1a2c571b6acc41 (diff) |
drop the extra --pidfile option
Diffstat (limited to 'sh')
-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 |