From 38c8b67ef9d2d70da336e350e29a92c16646d3df Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Mon, 13 Aug 2018 17:34:35 +0000 Subject: [PATCH] fixed cron.jobs Signed-off-by: Janos SUTO --- etc/cron.jobs.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/etc/cron.jobs.in b/etc/cron.jobs.in index 3604671c..fcbb1c62 100644 --- a/etc/cron.jobs.in +++ b/etc/cron.jobs.in @@ -6,15 +6,9 @@ */5 * * * * /usr/bin/find LOCALSTATEDIR/piler/www/tmp -type f -name i.\* -exec rm -f {} \; */5 * * * * /usr/bin/find LOCALSTATEDIR/piler/error -type f|wc -l > LOCALSTATEDIR/piler/stat/error 3 * * * * LIBEXECDIR/piler/watch_sphinx_main_index.sh - -### optional: the same report you can see on the health page -###30 7 * * * /usr/bin/php LIBEXECDIR/piler/daily-report.php --webui LOCALSTATEDIR/piler/www +2 0 * * * LIBEXECDIR/piler/pilerpurge.py ### optional: populate accouting data ###30 6 * * * /usr/bin/php LIBEXECDIR/piler/generate_stats.php --webui LOCALSTATEDIR/piler/www >/dev/null -### optional: purge aged emails -###2 0 * * * BINDIR/pilerpurge - - ### PILEREND