### PILERSTART
5,35 * * * * /usr/lib/piler/indexer.delta.sh
30   2 * * * /usr/lib/piler/indexer.main.sh
40 3 * * * /usr/lib/piler/purge.sh
*/15 * * * * /usr/bin/indexer --config /etc/piler/manticore.conf --quiet tag1 --rotate
*/15 * * * * /usr/bin/indexer --config /etc/piler/manticore.conf --quiet note1 --rotate
*/5 * * * *  /usr/bin/find /var/piler/www/tmp -type f -name i.\* -exec rm -f {} \;
*/5 * * * * /usr/bin/find /var/piler/error -type f|wc -l > /var/piler/stat/error

### optional
30 6 * * * /usr/bin/php /usr/lib/piler/generate_stats.php --webui /var/piler/www >/dev/null
*/5 * * * * /usr/lib/piler/import.sh

### PILEREND
