YGGo/config/crontab.example

7 lines
253 B
Plaintext
Raw Normal View History

@reboot searchd
@reboot indexer --all --rotate
2023-08-03 08:34:51 +03:00
30 0 * * * indexer --all --rotate
2023-05-15 11:51:27 +03:00
2023-08-03 08:34:51 +03:00
0 0 * * * /usr/bin/php /{PATH}/YGGo/crontab/cleaner.php >> /{PATH}/cleaner.log 2>&1
* 1-23 * * * /usr/bin/php /{PATH}/YGGo/crontab/crawler.php >> /{PATH}/crawler.log 2>&1