mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:51:59 +01:00
fixed cron.jobs
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
c669a10778
commit
38c8b67ef9
@ -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/www/tmp -type f -name i.\* -exec rm -f {} \;
|
||||||
*/5 * * * * /usr/bin/find LOCALSTATEDIR/piler/error -type f|wc -l > LOCALSTATEDIR/piler/stat/error
|
*/5 * * * * /usr/bin/find LOCALSTATEDIR/piler/error -type f|wc -l > LOCALSTATEDIR/piler/stat/error
|
||||||
3 * * * * LIBEXECDIR/piler/watch_sphinx_main_index.sh
|
3 * * * * LIBEXECDIR/piler/watch_sphinx_main_index.sh
|
||||||
|
2 0 * * * LIBEXECDIR/piler/pilerpurge.py
|
||||||
### 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
|
|
||||||
|
|
||||||
### optional: populate accouting data
|
### optional: populate accouting data
|
||||||
###30 6 * * * /usr/bin/php LIBEXECDIR/piler/generate_stats.php --webui LOCALSTATEDIR/piler/www >/dev/null
|
###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
|
### PILEREND
|
||||||
|
Loading…
Reference in New Issue
Block a user