I\'m trying to set up a cron job as a sort of watchdog for a daemon that I\'ve created. If the daemon errors out and fails, I want the cron job to periodically restart it...
solo is a very simple script (10 lines) that prevents a program from
running more than one copy at a time. It is useful with cron to make
sure that a job doesn't run before a previous one has finished.