X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fhelm-draw-graph_mowgli;h=8f052c9b31b6f40ed7c7cf2bed8db01beffa0af4;hb=b38de2d3fa8bbe346c59c18bbeb889f29e493f63;hp=d1a08f9f6b1b0053cc7faf149cb04230b7d182d1;hpb=d63f384d57565bce1efbcf50b1c0b50f76397c85;p=helm.git diff --git a/helm/scripts/init.d/helm-draw-graph_mowgli b/helm/scripts/init.d/helm-draw-graph_mowgli index d1a08f9f6..8f052c9b3 100755 --- a/helm/scripts/init.d/helm-draw-graph_mowgli +++ b/helm/scripts/init.d/helm-draw-graph_mowgli @@ -6,7 +6,7 @@ # Created: Wed, 9 Oct 2002 11:12:01 +0200 # Last-Modified: Wed, 9 Oct 2002 11:12:01 +0200 -DAEMON=/projects/helm/graphs/tools/draw_graph.cgi +DAEMON=/projects/helm/daemons/graphs/tools/drawGraph.opt USAGE="Usage: /etc/init.d/helm-draw-graph_mowgli { start | stop | restart }" ENVSCRIPT="" @@ -20,7 +20,7 @@ fi . $ENVSCRIPT &> /dev/null NAME=`basename $DAEMON` -PIDFILE=/projects/helm/run/$NAME.pid +PIDFILE=/var/run/"$NAME"_mowgli.pid do_start () { echo "Starting $DAEMON ..."