Browse Source

update crontab tasks

pull/1/head
KVAZAR 3 years ago committed by GitHub
parent
commit
f935dcea1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -34,5 +34,5 @@ whitelist=127.0.0.1
``` ```
@reboot /path-to/kevacoind > /dev/null 2>&1 @reboot /path-to/kevacoind > /dev/null 2>&1
* * * * * /path-to/kevacoind > /dev/null 2>&1 * * * * * /path-to/kevacoind > /dev/null 2>&1
* * * * * /path-to/php /path-to/crawler-full-node/crawler.php * * * * * /path-to/php /path-to/crawler-full-node/crawler.php > /dev/null 2>&1
``` ```

Loading…
Cancel
Save