From 90ea6a535ce4edb93b454c39dd29ec1bd93c9eb2 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 18 Mar 2023 18:38:48 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 980fe63..9e1696d 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ Copy the following example ``` [Unit] -Description=geth +Description=api After=network-online.target [Service] @@ -199,8 +199,8 @@ WantedBy=multi-user.target ``` Then run api by the following commands - $ sudo systemctl enable geth - $ sudo systemctl start geth + $ sudo systemctl enable api + $ sudo systemctl start api If you want to debug the node command