OPNsense Forum

English Forums => 25.7 Series => Topic started by: FredFresh on August 15, 2025, 12:20:28 PM

Title: Cron - recursive job
Post by: FredFresh on August 15, 2025, 12:20:28 PM
Naive question: the cron implemented inside opnsense accept the timing in the format */2 (every 2 minutes/hours/etc...)?

Thanks
Title: Re: Cron - recursive job
Post by: meyergru on August 15, 2025, 12:43:32 PM
It is a Vixie cron that supports all of the standard specifications, like "*/2", "1-30", "1,3,7,9" and so on.

You can check via "man 5 crontab" from the CLI.