Skip to content

Commit

Permalink
fixed cron.jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Janos SUTO <sj@acts.hu>
  • Loading branch information
jsuto committed Aug 13, 2018
1 parent c669a10 commit 38c8b67
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions etc/cron.jobs.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38c8b67

Please sign in to comment.