Parcourir la source

Init script update for Debian

Ethan Galstad il y a 23 ans
Parent
commit
54539ac757
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      init-script.debian.in

+ 1 - 1
init-script.debian.in

@@ -11,7 +11,7 @@ test -f $NrpeBin || exit 0
 
 case "$1" in
 start)	echo -n "Starting nagios remote plugin daemon: nrpe"
-        start-stop-daemon --start --quiet --exec $NrpeBin -c $NrpeCfg -d
+        start-stop-daemon --start --quiet --exec $NrpeBin -- -c $NrpeCfg -d
         echo "." 
 	;;
 stop)	echo -n "Stopping nagios remote plugin daemon: nrpe"