From 0a40ac61d56d4bb3c62b51e40d8216abcf2737dd Mon Sep 17 00:00:00 2001 From: ncopa Date: Tue, 27 Feb 2007 16:37:58 +0000 Subject: fixed crontab to run periodic/15min every 15 min insteado f every 4 min --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crontab') diff --git a/crontab b/crontab index ef5f604..fd8acd8 100644 --- a/crontab +++ b/crontab @@ -1,6 +1,6 @@ # do daily/weekly/monthly maintenance # min hour day month weekday command -*/4 * * * * run-parts /etc/periodic/15min +*/15 * * * * run-parts /etc/periodic/15min 0 * * * * run-parts /etc/periodic/hourly 0 2 * * * run-parts /etc/periodic/daily 0 3 * * 6 run-parts /etc/periodic/weekly -- cgit v1.2.3