diff options
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/runscript.sh.in | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index b738b890..470f04c6 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -151,6 +151,7 @@ stop()  	[ -n "$command" -o -n "$procname" -o -n "$pidfile" ] || return 0  	ebegin "Stopping ${name:-$RC_SVCNAME}"  	start-stop-daemon --stop \ +		${retry:+--retry} $retry \  		${command:+--exec} $command \  		${procname:+--name} $procname \  		${pidfile:+--pidfile} $pidfile \ | 
