Cron: Difference between revisions

imported>Makefu
No edit summary
imported>Cyounkins
m link to systemd/timers
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=Using Cron=
=Cron=
==Deprecated==
 
It is recommended to use [[Systemd/Timers|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==