Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 211 Bytes

crontab.md

File metadata and controls

16 lines (11 loc) · 211 Bytes

crontab

edit

crontab -e

exec program

  • execute given SOMECMD grabbing output to the logger with given TAG
# m h  dom mon dow   command
40 * * * * SOMECMD 2>&1 | logger -t TAG