From 6f6c96d6ada315fb906cdbd7ebc6ed1aa9ab70a6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Feb 2010 22:26:16 +0000 Subject: [PATCH] Expire old published rejections --- crontab.part.INO | 1 + 1 file changed, 1 insertion(+) diff --git a/crontab.part.INO b/crontab.part.INO index fd9d4d4..a55d824 100644 --- a/crontab.part.INO +++ b/crontab.part.INO @@ -6,3 +6,4 @@ 50 7 * * 1,4 savelog live-%ABBREV%/xlog/log/%GROUP%/event.log 51 7 12 * * savelog live-%ABBREV%/errs 52 7 12 * * savelog live-%ABBREV%/webstump/log/webstump.log +53 7 * * 1 find live-%ABBREV%/xlog/log/%GROUP%/public -mtime +14 -print0 | xargs -r0 rm -- -- 2.30.2