I\'m trying to ensure a script remains running on a development server. It collates stats and provides a web service so it\'s supposed to persist, yet a few times a day, it
A nice, simple way to do this is as follows:
If it isn't running it'll start, and if it is running it won't. In any case, your server will always be up.