Files
ops-Gazelle/docs/crontab
2025-08-27 16:44:44 +02:00

9 lines
398 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 log_delta > /dev/null
5 */2 * * * /usr/bin/indexer -c /etc/sphinx/sphinx.conf --rotate --all >> /tmp/sphinx-indexer.log