X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=mcollective.init;h=f599f4a8b5a6010ed0559bcf0de085ac7b82b59e;hb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;hp=d1a9163afc5af1ce6be846626e53aea6c8689957;hpb=b87d2f4e68281062df1913440ca5753ae63314a9;p=packages%2Fprecise%2Fmcollective.git diff --git a/mcollective.init b/mcollective.init old mode 100644 new mode 100755 index d1a9163..f599f4a --- a/mcollective.init +++ b/mcollective.init @@ -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