I would like to start cron job at 9:30 and then work every 5 minutes and then stop at 16:30 everday. Is this kind of scheduling possible in one or do I have to need two cron jobs?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
I think something along the lines of:
See the wiki page for details of timing syntax. I suggest testing this with a script that logs the time it runs at to a file.
|
|||
|
|