all 5 comments

sorted by: hot top controversial new old
[–] 14 points 2 years ago (1 child)

I'd recommend learning/using systemd timers instead (well, if you are on inux and your distro uses systems)

  • source
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    Is there any easy way to get mail of the runs like with cron?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago* (1 child)

    You can use OnFailure in your .service file if you want some thing to happen when that specific service fails, but I don't know if there's a blanket way to tell systemd to notify via email when any failure happens (I wouldn't mind a desktop notification... will investigate)

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 2 years ago

    For another useful resource, this site is really helpful for decoding what cronjobs are in plain language.

    Cron Job Translator

  • source