Cron: Difference between revisions

imported>Makefu
No edit summary
imported>SuperSandro2000
add deprecation notice
Line 1: Line 1:
=Using Cron=
=Cron=
==Deprecated==
 
It is recommended to use systemd-timers. A few of many reasons:
* logs are logged to journalctl instead of relying on local mail
* different timers are independent of each other and do not share an environment
* better configurability like random offsets, run missed timers when machine was powered down and full systemd service option
 
==General==
==General==