X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fhelm-uwobo;h=a5ab6c76a40fbc1a0e1d1a278140b8e8a84e164a;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=94dfbe6e1b476cb5f6c36915b3a294752c0deaac;hpb=cbcedd8ea841d69bf2f743730c0d4d511bbcb58c;p=helm.git diff --git a/helm/scripts/init.d/helm-uwobo b/helm/scripts/init.d/helm-uwobo index 94dfbe6e1..a5ab6c76a 100755 --- a/helm/scripts/init.d/helm-uwobo +++ b/helm/scripts/init.d/helm-uwobo @@ -18,11 +18,11 @@ NAME=`basename $DAEMON` PIDFILE=/var/run/$NAME.pid do_start () { - echo -n "Starting $DAEMON ... " + echo -n "Starting $DAEMON" start-stop-daemon \ --start --background --pidfile $PIDFILE --make-pidfile \ --chuid $OWNER --exec $DAEMON - echo "done!" + echo "." echo -n "Waiting for UWOBO to startup (2 seconds) ... " sleep 2 echo "done!"