That's not how those run though. Hourly is handled by /etc/cron.d/0hourly which is part of the cronie package.
The others are handled by /etc/cron.hourly/0anacron which uses anacron which consults /etc/anacrontab and all that is part of the cronie-anacron package. Tom On 06/05/2026 08:55, André Verwijs wrote:
Fedora 44: crontab - Add cron hourly, daily, weekly, monthly to crontab witch is empty after (fresh) installation. to keep system up-to-date ... # run at 10:00 am.. * */1 * * * root run-parts /etc/cron.hourly * 10 * * * root run-parts /etc/cron.daily * 10 * * 6 root run-parts /etc/cron.weekly * 10 * 1 * root run-parts /etc/cron.monthly ...
-- Tom Hughes ([email protected]) http://compton.nu/ -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
