update crontab task example

This commit is contained in:
ghost 2023-04-23 04:48:15 +03:00
parent 5936fa9a30
commit e66e6832bd

View File

@ -47,6 +47,9 @@ sphinxsearch
##### Crontab
```
@reboot searchd
@reboot indexer --all --rotate
0 * * * * indexer --all --rotate
0 0 * * * cd /YGGo/crontab && php cleaner.php > /dev/null 2>&1