Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removing social links

...

Code Block
languagetext
┌───────────── minute
 │ ┌───────────── hour
 │ │ ┌───────────── day of the month
 │ │ │ ┌───────────── month
 │ │ │ │ ┌───────────── day of the week
 │ │ │ │ │
 │ │ │ │ │
 │ │ │ │ │
 * * * * *

Above diagram courtesy of Wikipedia.

...

Code Block
languagetext
Hourly message.
 Hourly message.
 Hourly message.

If you don't care about the normal output of a cron job, and only want to be notified when it encountered an error, you can redirect the output to /dev/null.

...