2016-12-31 14:28:06 +01:00
|
|
|
### 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
|
2019-12-15 14:18:52 +01:00
|
|
|
40 3 * * * LIBEXECDIR/piler/purge.sh
|
2022-08-27 11:03:29 +02:00
|
|
|
*/15 * * * * /usr/bin/indexer --config SYSCONFDIR/piler/manticore.conf --quiet tag1 --rotate
|
|
|
|
*/15 * * * * /usr/bin/indexer --config SYSCONFDIR/piler/manticore.conf --quiet note1 --rotate
|
2016-12-31 14:28:06 +01:00
|
|
|
*/5 * * * * /usr/bin/find LOCALSTATEDIR/piler/www/tmp -type f -name i.\* -exec rm -f {} \;
|
2018-01-11 10:00:34 +01:00
|
|
|
*/5 * * * * /usr/bin/find LOCALSTATEDIR/piler/error -type f|wc -l > LOCALSTATEDIR/piler/stat/error
|
2011-12-27 20:51:56 +01:00
|
|
|
|
2021-12-18 17:04:18 +01:00
|
|
|
### optional
|
2017-09-09 20:12:22 +02:00
|
|
|
###30 6 * * * /usr/bin/php LIBEXECDIR/piler/generate_stats.php --webui LOCALSTATEDIR/piler/www >/dev/null
|
2021-12-18 17:04:18 +01:00
|
|
|
###*/5 * * * * LIBEXECDIR/piler/import.sh
|
2011-12-27 20:51:56 +01:00
|
|
|
|
2016-12-31 14:28:06 +01:00
|
|
|
### PILEREND
|