Hello everyone! My ISP where I have my web page, is running freeBSD 4.0. I do not know a lot about it. I know how to use crontab to start ZOPE at certain time how ever how do I use crontab to check on the script that is already running? Starting ZOPE again when it's running produces an error message and I do not know if that was a healthy solution. to start it I would be using something like: 5 * * * * root ./start This would start the script every five minutes. Now how do I check if the script is running after it's been started and if it wasn't to restart it again. Can anyone help? Regards, George Osvald Ps: I know about z2.pid. Neverthless I find ZOPE down quite often everytime they do something at the ISP. I asked them what to do and they told me to use crontab to check the script and restart it.