mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
eabe31474c
Signed-off-by: Janos SUTO <sj@acts.hu>
15 lines
693 B
Plaintext
15 lines
693 B
Plaintext
### PILERSTART
|
|
5,35 * * * * LIBEXECDIR/piler/indexer.delta.sh
|
|
30 2 * * * LIBEXECDIR/piler/indexer.main.sh
|
|
40 3 * * * LIBEXECDIR/piler/purge.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
|
|
|
|
### optional
|
|
###30 6 * * * /usr/bin/php LIBEXECDIR/piler/generate_stats.php --webui LOCALSTATEDIR/piler/www >/dev/null
|
|
###*/5 * * * * LIBEXECDIR/piler/import.sh
|
|
|
|
### PILEREND
|