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

...
-- 
_______________________________________________
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

Reply via email to