X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fdaemon_respawner.sh;h=7bbe47a108454be6c596b92d181955cdfee22372;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=7eaccee8a1341f96a44c87843ae821ed38dfa5cf;hpb=436238cb5e5e57401e38b4ce5e62fa998def4dfe;p=helm.git diff --git a/helm/scripts/init.d/daemon_respawner.sh b/helm/scripts/init.d/daemon_respawner.sh index 7eaccee8a..7bbe47a10 100755 --- a/helm/scripts/init.d/daemon_respawner.sh +++ b/helm/scripts/init.d/daemon_respawner.sh @@ -29,13 +29,13 @@ # --start --background --pidfile $PIDFILE --make-pidfile --exec $DAEMON # echo "." # echo -n "Starting $DAEMON respawner" -# /home/zacchiro/bin/daemon_respawner.sh -p $PIDFILE \ -m root@localhost \ -# -r http://localhost:9999/bad -d `basename $0` & +# /etc/init.d/daemon_respawner.sh -p $PIDFILE \ -m root@localhost \ +# -r http://localhost:9999/help -d `basename $0` & # echo "." # ;; # stop) # echo -n "Stopping $DAEMON respawner" -# /home/zacchiro/bin/daemon_respawner.sh -d `basename $0` -s +# /etc/init.d/daemon_respawner.sh -d `basename $0` -s # echo "." # echo -n "Stopping $DAEMON" # start-stop-daemon --stop --pidfile $PIDFILE