]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/init.d/helm-draw-graph_mowgli
added sample configuration file
[helm.git] / helm / scripts / init.d / helm-draw-graph_mowgli
index 769cd3f0d11964fe498ae8adaddd4733ecee6019..8f052c9b31b6f40ed7c7cf2bed8db01beffa0af4 100755 (executable)
@@ -6,8 +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/graphs/tools/drawGraph.opt
+DAEMON=/projects/helm/daemons/graphs/tools/drawGraph.opt
 USAGE="Usage: /etc/init.d/helm-draw-graph_mowgli { start | stop | restart }"
 
 ENVSCRIPT=""
@@ -21,7 +20,7 @@ fi
 . $ENVSCRIPT &> /dev/null
 
 NAME=`basename $DAEMON`
-PIDFILE=/projects/helm/run/"$NAME"_mowgli.pid
+PIDFILE=/var/run/"$NAME"_mowgli.pid
 
 do_start () {
   echo "Starting $DAEMON ..."