simple emulator for gnt-cluster
[gnt-info] / init.d / gnt-monitor
index 707f1d1..baddadc 100755 (executable)
@@ -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