]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/init.d/daemon_respawner.sh
ocaml 3.09 transition
[helm.git] / helm / scripts / init.d / daemon_respawner.sh
index 7eaccee8a1341f96a44c87843ae821ed38dfa5cf..7bbe47a108454be6c596b92d181955cdfee22372 100755 (executable)
 #        --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