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

  • Successful_Try543@feddit.org
    link
    fedilink
    arrow-up
    3
    ·
    3 hours 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.