asd
authoraidan@aidan-laptop
Fri, 28 May 2010 14:51:40 +0100
changeset 21 d034fe1ac0f4
parent 20 ce0cf7f999ed (current diff)
parent 19 2ed1f378b677 (diff)
child 22 89d488d6a3c2
asd
--- a/pbm	Fri May 28 14:48:07 2010 +0100
+++ b/pbm	Fri May 28 14:51:40 2010 +0100
@@ -46,9 +46,9 @@
 	#   0 if daemon has been started
 	#   1 if daemon was already running
 	#   2 if daemon could not be started
-	start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
+	start-stop-daemon --start --quiet -m --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
 		|| return 1
-	start-stop-daemon --start -b --quiet --pidfile $PIDFILE --exec $DAEMON -- \
+	start-stop-daemon --start -b --quiet -m --pidfile $PIDFILE --exec $DAEMON -- \
 		$DAEMON_ARGS \
 		|| return 2
 	# Add code here, if necessary, that waits for the process to be ready