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

Linux

10229 readers
710 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
[–] mesamunefire@piefed.social 4 points 3 days ago

For me ive always used:

  • cron if its simple and can take care of itself.
  • systemd if its more complex and needs the OS to do a thing related.

Its not a hard set rule but its like 95% cron and some systemd on the side for me.