From eabe31474c1e35f2b9e6a0f42d2b9f6ac6f871af Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 18 Dec 2021 17:04:18 +0100 Subject: [PATCH] Added import.sh to cron jobs Signed-off-by: Janos SUTO --- etc/cron.jobs.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/cron.jobs.in b/etc/cron.jobs.in index 8dd11435..5741c047 100644 --- a/etc/cron.jobs.in +++ b/etc/cron.jobs.in @@ -7,7 +7,8 @@ */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 -### optional: populate accouting data +### optional ###30 6 * * * /usr/bin/php LIBEXECDIR/piler/generate_stats.php --webui LOCALSTATEDIR/piler/www >/dev/null +###*/5 * * * * LIBEXECDIR/piler/import.sh ### PILEREND