Use systemd timers instead of cronjobs (2020)

(opensource.com)

8 points | by KomoD a day ago ago

2 comments

  • AStonesThrow a day ago ago

    Chris Siebenmann has some thoughts and opinions on systemd timers. Here's a search query revealing six articles from 2019-22:

    https://utcc.utoronto.ca/~cks/space/?search=systemd+timers

    • ycombinatrix 21 hours ago ago

      >The great advantage of crontab entries in a modern environment that supports /etc/cron.d is that they're much simpler to deploy and use.

      I have found the opposite to be true on NixOS e.g. I set up a systemd timer to update ddns every 15 minutes but only to run when the network interface is up.