From 0a5551af967c50bfa412bd3c11cb588e8e6aa9cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 29 Sep 2005 17:41:58 +0000 Subject: [PATCH] - sync with vixie-cron: revision 1.4 date: 2005/09/29 17:30:00; author: glen; state: Exp; lines: +2 -2 - from my experience: no cron should be set to run between 03:00 and 04:00, as the DST changes could either skip or run twice the crons. change monthly cron to run at 04:02 - change daily cron to run at 05:02, i'm still up at 01:00 :), and slocate is killing my IO Changed files: fcron.crontab -> 1.5 --- fcron.crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fcron.crontab b/fcron.crontab index 1bf96b7..ee04aac 100644 --- a/fcron.crontab +++ b/fcron.crontab @@ -1,6 +1,6 @@ #Any changes will be apply after restart crond # run-parts &nice(10),mailto(root) 01 * * * * /bin/run-parts /etc/cron.hourly -&nice(10),mailto(root) 02 1 * * * /bin/run-parts /etc/cron.daily +&nice(10),mailto(root) 02 5 * * * /bin/run-parts /etc/cron.daily &nice(10),mailto(root) 02 2 * * 0 /bin/run-parts /etc/cron.weekly -&nice(10),mailto(root) 02 3 1 * * /bin/run-parts /etc/cron.monthly +&nice(10),mailto(root) 02 4 1 * * /bin/run-parts /etc/cron.monthly -- 2.44.0