# /etc/anacrontab: configuration file for anacron # See anacron(8) and anacrontab(5) for details. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/root LOGNAME=root # These replace cron's entries (origine : 1 - 5 - cron.daily - ...) 1 5 cron.daily run-parts --report /etc/cron.daily 7 10 cron.weekly run-parts --report /etc/cron.weekly @reboot cron.hourly run-parts --report /etc/cron.hourly @monthly 15 cron.monthly run-parts --report /etc/cron.monthly