X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=init.d%2Fgnt-monitor;h=baddadc99a813d59fe4c7feca38289e3229b81d4;hb=6406dbc97aa8b33f179ab88a15da335afbe0e595;hp=707f1d143820ff12b3033a5da51101a0d6778064;hpb=b7c023776171f5141fe748fad2239f5f962920a6;p=gnt-info diff --git a/init.d/gnt-monitor b/init.d/gnt-monitor index 707f1d1..baddadc 100755 --- a/init.d/gnt-monitor +++ b/init.d/gnt-monitor @@ -56,7 +56,7 @@ do_start() # 2 if daemon could not be started #start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \ # || return 1 - start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --background -- \ + start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --background --make-pidfile -- \ $DAEMON_ARGS \ || return 2 # Add code here, if necessary, that waits for the process to be ready