How to set a cron job (in cPanel's Standard Cron manager) to run every 12 hours and 20 mins?

Say I want it to start at 5 AM. So the next run would be 5:20 PM, 5:40 AM, 6:00 PM, and so on.

Any idea?

link|improve this question
This seems to be a detailed answer to this question. phphelp.co/2012/03/15/… Or addr.pk/a20f – aneeq Mar 28 at 7:56
feedback

migrated from stackoverflow.com Apr 12 '11 at 7:07

This question came from our site for professional and enthusiast programmers.

2 Answers

The only thing I could think of would be to have it run ever 20 minutes, but exit if it's too soon. I don't think there's a scheduling system that let's you pick strange times like that.

Sorry.

link|improve this answer
feedback

this kind of jobs are normaly started with the at-command (on *nix).

and the job reschedule himself 24h20min after start.

unlikly to solve this with crontab

can cpanel start at-jobs

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.