Cron - How can I create a cronjob that runs every 15 seconds?

Posted by John Himmelman on Server Fault See other posts from Server Fault or by John Himmelman
Published on 2010-05-11T15:34:44Z Indexed on 2010/05/12 10:24 UTC
Read the original article Hit count: 207

Filed under:
|

It seems that Cron doesn't support a seconds interval. What is the easiest way to run a cli script (php) every 15 seconds? Is there a cron tool that works specifically with seconds (then I could use Cron to call it every minute)?

© Server Fault or respective owner

Related posts about cron

Related posts about cronjob