Explorar el Código

Init script update for Debian

Ethan Galstad hace 23 años
padre
commit
54539ac757
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"