Advertisement
gen2monk

monk crontab

Nov 22nd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. SHELL=/bin/bash
  2. PATH=/sbin:/bin:/usr/sbin:/usr/bin
  3. MAILTO=benn@interfile.co.za
  4. HOME=/
  5.  
  6. # For details see man 4 crontabs
  7.  
  8. # Example of job definition:
  9. # .---------------- minute (0 - 59)
  10. # | .------------- hour (0 - 23)
  11. # | | .---------- day of month (1 - 31)
  12. # | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
  13. # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
  14. # | | | | |
  15. # * * * * * user-name command to be executed
  16.  
  17. run-parts
  18. 01 * * * * root run-parts /etc/cron.hourly
  19. 02 4 * * * root run-parts /etc/cron.daily
  20. 22 * * * 0 root run-parts /etc/cron.weekly
  21. 42 4 1 * * root run-parts /etc/cron.monthly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement