update crontab tasks

This commit is contained in:
KVAZAR 2022-05-01 00:58:44 +03:00 committed by GitHub
parent bc406120dd
commit f935dcea1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,5 @@ whitelist=127.0.0.1
```
@reboot /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
```