Update version according to OSCI-856
[packages/precise/mcollective.git] / mcollective.init
old mode 100644 (file)
new mode 100755 (executable)
index d1a9163..f599f4a
@@ -49,7 +49,7 @@ case "$1" in
     start)
         echo "Starting daemon: " $name
         # start the program
-        start-stop-daemon -S -b -p ${pidfile} --oknodo -q -a ${mcollectived} -- ${daemonopts}
+        start-stop-daemon -S -p ${pidfile} --oknodo -q -a ${mcollectived} -- ${daemonopts}
         [ $? = 0 ] && { exit 0 ; } || { exit 1 ; }
         log_success_msg "mcollective started"
         touch $lock