mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
9 lines
413 B
Plaintext
9 lines
413 B
Plaintext
# These are the cron jobs.
|
|
# Adjust PATH according to where the repository is checked out on the filesystem
|
|
|
|
PATH=$PATH:/var/www/bin
|
|
|
|
0,15,30,45 * * * * scheduler >> /tmp/schedule.log
|
|
* * * * * /usr/bin/indexer -c /etc/sphinx/sphinx.conf --rotate delta requests_delta log_delta > /dev/null
|
|
5 */2 * * * /usr/bin/indexer -c /etc/sphinx/sphinx.conf --rotate --all >> /tmp/sphinx-indexer.log
|