summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-01-17 12:04:20 -0600
committerWilliam Hubbs <williamh@gentoo.org>2012-01-17 12:04:20 -0600
commitc529a5765097f020d3cfe4e58750c5382672c1e7 (patch)
tree42621c9701cadea00c1b7dcf9359d1518c2b59d2 /sh
parent9c0edc5c527de01cbe2dccbc7f1a2c571b6acc41 (diff)
downloadopenrc-c529a5765097f020d3cfe4e58750c5382672c1e7.tar.gz
openrc-c529a5765097f020d3cfe4e58750c5382672c1e7.tar.bz2
openrc-c529a5765097f020d3cfe4e58750c5382672c1e7.tar.xz
drop the extra --pidfile option
Diffstat (limited to 'sh')
-rw-r--r--sh/runscript.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in
index e042be6..8e7fa69 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