From 1c595f821a2d2fde2674fc0f010c59cd2c438e34 Mon Sep 17 00:00:00 2001 From: c00416947 Date: Mon, 20 Jan 2020 19:38:24 +0800 Subject: [PATCH] Fix systemctl cmd error Signed-off-by: Haomin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 747289e..066e9dd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ yum install -y iSulad ### Run We provide `systemd` service to start `iSulad` ```sh -systemd start isulad # run the server with systemd command +systemctl start isulad # run the server with systemd command ``` You can use direct command to start `iSulad` server: -- GitLab