# --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