piler/etc/cron.jobs.in

15 lines
734 B
Plaintext
Raw Normal View History

### PILERSTART
2013-07-09 10:12:42 +02:00
5,35 * * * * LIBEXECDIR/piler/indexer.delta.sh
2013-07-10 14:10:26 +02:00
30 2 * * * LIBEXECDIR/piler/indexer.main.sh
*/15 * * * * /usr/bin/indexer --config SYSCONFDIR/piler/sphinx.conf --quiet tag1 --rotate
*/15 * * * * /usr/bin/indexer --config SYSCONFDIR/piler/sphinx.conf --quiet note1 --rotate
*/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
2 0 * * * LIBEXECDIR/piler/pilerpurge.py
2011-12-27 20:51:56 +01:00
2013-03-21 19:01:06 +01:00
### optional: populate accouting data
###30 6 * * * /usr/bin/php LIBEXECDIR/piler/generate_stats.php --webui LOCALSTATEDIR/piler/www >/dev/null
2011-12-27 20:51:56 +01:00
### PILEREND