Crontab: Difference between revisions
From James's Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
send only normal output to null (will still email errors): | send only normal output to null (will still email errors): | ||
* * * * * root /usr/local/sbin/mycommand.sh <code>> /dev/null</code> | * * * * * root /usr/local/sbin/mycommand.sh <code>> /dev/null</code> | ||
[[File:Crontab examples.webp|thumb]] |