]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/scripts/init.d/helm-uwobo_mowgli
bumped version (tag soon)
[helm.git] / helm / scripts / init.d / helm-uwobo_mowgli
index 888b4391bcb8e484d9f0484fb88981d52087a8a2..b3ac8431ae7ea2552b5c11417f7c0e6dc36d7e9b 100755 (executable)
@@ -6,7 +6,7 @@
 # Created: Wed, 15 Jan 2003 15:14:07 +0100
 # Last-Modified: Tue,  8 Apr 2003 09:43:08 +0200 zacchiro
 
-DAEMON="/projects/helm/uwobo_mowgli/uwobo"
+DAEMON="/projects/helm/daemons/uwobo/uwobo"
 USAGE="Usage: /etc/init.d/helm-uwobo_mowgli { start | stop | restart }"
 UWOBO_FOREVER="/etc/init.d/uwobo_forever.sh"
 
@@ -22,7 +22,7 @@ fi
 
 NAME=`basename $DAEMON`
 # Warning: $PIDFILE value is shared by UWOBO respawner, change at your own risk
-PIDFILE=/projects/helm/run/"$NAME"_mowgli.pid
+PIDFILE=/var/run/"$NAME"_mowgli.pid
 
 do_start () {
   echo -n "Starting $DAEMON ... "