From 6d8b4a1b9aca3d202570b2567518b686baab742d Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Mon, 13 Jul 2020 10:54:37 +0200 Subject: [PATCH] Fix service name --- docs/GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 3e1441e2..e20c0921 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -242,7 +242,7 @@ $ systemctl status step-ca # Configure the `step-ca` process to startup on reboot automatically $ systemctl enable step-ca # Start the `step-ca` service. -$ systemctl start smallstep +$ systemctl start step-ca ``` ## Configure Your Environment