From c529a5765097f020d3cfe4e58750c5382672c1e7 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 17 Jan 2012 12:04:20 -0600 Subject: [PATCH] drop the extra --pidfile option --- sh/runscript.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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