mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-09 06:17:52 +00:00
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
|
@reboot searchd
|
||
|
@reboot indexer --all --rotate
|
||
|
|
||
|
30 0 * * * indexer --all --rotate
|
||
|
|
||
|
0 0 * * * /usr/bin/php /{PATH}/YGGo/src/crontab/cleaner.php >> /{PATH}/cleaner.log 2>&1
|
||
|
* 1-23 * * * /usr/bin/php /{PATH}/YGGo/src/crontab/crawler.php >> /{PATH}/crawler.log 2>&1
|