Update README.md

This commit is contained in:
KVAZAR 2022-04-24 20:27:15 +03:00 committed by GitHub
parent 961141c0b5
commit de26d3707f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,6 @@ whitelist=127.0.0.1
#### crontab
```
@reboot /path-to/kevacoind -daemon > /dev/null 2>&1
* * * * * /path-to/kevacoind -daemon > /dev/null 2>&1
@reboot /path-to/kevacoind > /dev/null 2>&1
* * * * * /path-to/kevacoind > /dev/null 2>&1
```