X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fscripts%2Finit.d%2Fuwobo_forever.sh;h=3b8e5d2e8ab69673b02840c17877f50303fe29ee;hb=cbcedd8ea841d69bf2f743730c0d4d511bbcb58c;hp=0e429d58eaa602b203d84aa80fac2c90e1ed2474;hpb=d6e74a36ba8d9ff712e7305566858d8910a4be23;p=helm.git diff --git a/helm/scripts/init.d/uwobo_forever.sh b/helm/scripts/init.d/uwobo_forever.sh index 0e429d58e..3b8e5d2e8 100755 --- a/helm/scripts/init.d/uwobo_forever.sh +++ b/helm/scripts/init.d/uwobo_forever.sh @@ -1,4 +1,8 @@ #!/bin/sh + +# THIS SCRIPT IS DEPRECATED, USE daemon_respawner.sh INSTEAD +exit 0 + # # respawner for UWOBO (http://helm.cs.unibo.it/software/uwobo) # @@ -10,7 +14,7 @@ # Warning: $PIDFILE value is shared by UWOBO /etc/init.d script, change at your # own risk -PIDFILE="/var/run/uwobo_mowgli.pid" +PIDFILE="/var/run/uwobo.opt.pid" MAILTO="root@mowgli.cs.unibo.it" INTERVAL="60" @@ -34,7 +38,7 @@ uwobo_is_alive () # start uwobo start_uwobo () { - /etc/init.d/helm-uwobo_mowgli start & + /etc/init.d/helm-uwobo start & } # first check