Parent Directory
|
Revision Log
imported package crontabs
1 | SHELL=/bin/bash |
2 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
3 | MAILTO=root |
4 | HOME=/ |
5 | |
6 | # run-parts |
7 | 01 * * * * root nice -n 19 run-parts --report /etc/cron.hourly |
8 | 02 4 * * * root nice -n 19 run-parts --report /etc/cron.daily |
9 | 22 4 * * 0 root nice -n 19 run-parts --report /etc/cron.weekly |
10 | 42 4 1 * * root nice -n 19 run-parts --report /etc/cron.monthly |
ViewVC Help | |
Powered by ViewVC 1.1.28 |