Not quite what you're looking for but since I had trouble with background processes and cron, I am now just wgetting a URL:
*/1 * * * * wget http://localhost/cron/mail_queue >/dev/null 2>&1 I'm sure this is probably not recommended.
Not quite what you're looking for but since I had trouble with background processes and cron, I am now just wgetting a URL:
*/1 * * * * wget http://localhost/cron/mail_queue >/dev/null 2>&1 I'm sure this is probably not recommended.