Advertisement
gen2monk

Untitled

Nov 21st, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. GNU nano 2.0.9 File: /etc/anacrontab
  2.  
  3. # /etc/anacrontab: configuration file for anacron
  4.  
  5. # See anacron(8) and anacrontab(5) for details.
  6.  
  7. SHELL=/bin/sh
  8. PATH=/sbin:/bin:/usr/sbin:/usr/bin
  9. MAILTO=root
  10. # the maximal random delay added to the base delay of the jobs
  11. RANDOM_DELAY=45
  12. # the jobs will be started during the following hours only
  13. START_HOURS_RANGE=3-22
  14.  
  15. #period in days delay in minutes job-identifier command
  16. 1 5 cron.daily nice run-parts /etc/cron.daily
  17. 7 25 cron.weekly nice run-parts /etc/cron.weekly
  18. @monthly 45 cron.monthly nice run-parts /etc/cron.monthly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement