diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-08 10:55:33 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-08 10:55:33 +0000 |
commit | a82905011e28bef5b4f9f7af491093a27fc88adc (patch) | |
tree | 190d9d884b639d6124128051458150ed5c636fad /etc/crontab | |
parent | 8c90466d97262394f22ff7c4e260619bb0f0b003 (diff) | |
download | FreeBSD-src-a82905011e28bef5b4f9f7af491093a27fc88adc.zip FreeBSD-src-a82905011e28bef5b4f9f7af491093a27fc88adc.tar.gz |
Run weekly a little bit later to give more time for daily to complete
(since it starts later now).
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index fde18df..784980c 100644 --- a/etc/crontab +++ b/etc/crontab @@ -15,7 +15,7 @@ HOME=/var/log # # do daily/weekly/monthly maintenance 1 3 * * * root periodic daily -30 3 * * 6 root periodic weekly +15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly # # time zone change adjustment for wall cmos clock, |