File: crontab

package info (click to toggle)
bcron 0.09-11%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 496 kB
  • ctags: 313
  • sloc: ansic: 2,055; sh: 419; makefile: 113
file content (7 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

14 * * * *  root run-parts --report /etc/cron.hourly
24 4 * * *  root test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
39 4 * * 7  root test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
54 4 1 * *  root test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly