I'm setting up a cronjob to run every 30 minutes on a Linux server.
When does the 30 minute countdown start? Is it counted from the minute I created the cronjob or is it based on a preset 30 minute schedule?
For example:
If I create a cronjob at 9:32, set to run every 30 minutes, will it run at 9:32, 10:02, 10:32, 11:02...
Or is there a predetermined run time such as it's first run would be 10:00 then 10:30, 11:00, 11:30...