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

Linux

10244 readers
527 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
[–] xxce2AAb@feddit.dk 28 points 4 days ago (3 children)

Automatic failure handling, advanced logging, independent execution environment control, cgroups support, service dependency management...

On the negative side, it takes slightly more work to configure timed tasks and there's no integrated email support.

Refer to the Arch Wiki for more detailed information.

[–] nous@programming.dev 5 points 3 days ago

Email support was the bain of my existence. I forgot how many misconfigured system I came across decades ago that would fill up their filesystem with logs from crons in the root mail dir. Such a stupid default setting. We have vastly better methods for monitoring systems these days then firing off an email when a cron runs.

[–] cm0002@infosec.pub 13 points 4 days ago

Automatic failure handling, advanced logging

Dam the first 2 already got me wanting to switch lol

[–] hallettj@leminal.space 9 points 4 days ago

And as I just recently learned, network namespaces support! Those can be handy if you need a backup job to route through a VPN tunnel, or some such thing.