From de26d3707fcac77517c643264f0aa7cc07c00f35 Mon Sep 17 00:00:00 2001 From: KVAZAR <88580090+kvazar-network@users.noreply.github.com> Date: Sun, 24 Apr 2022 20:27:15 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c565ac..b2bee3e 100644 --- a/README.md +++ b/README.md @@ -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 ```