this post was submitted on 21 Nov 2025
44 points (97.8% liked)

Linux

10244 readers
488 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Just learned of timers the other day, but I'm a cron guy, anybody out there using timers? Anything I'm missing out on?

you are viewing a single comment's thread
view the rest of the comments
[–] Successful_Try543@feddit.org 6 points 4 days ago

Usually I want to run things daily, weekly or monthlyand systemd timers make that very easy.

While crontab also has keywords for @daily, @weekly and @monthly, the automatic logging of systemd is useful and your example shows that it additionally allows to specify delays. I don't know how anacron handles the latter.