Browse Source

add crontab configuration example

yggdrasil-0.4.7
ghost 1 year ago
parent
commit
8dc0889460
  1. 5
      example/environment /crontab

5
example/environment /crontab

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
@reboot searchd
@reboot indexer --all --rotate
*/4 * * * * indexer peer --rotate
*/5 * * * * /usr/bin/php /{PATH}/YGGstate/src/crontab/crawler.php >> /{PATH}/crawler.log 2>&1
Loading…
Cancel
Save