diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 156defd3..0e010019 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -222,14 +222,13 @@ After=syslog.target network.target [Service] -User=smallstep -Group=smallstep -ExecStart=/bin/sh -c '/bin/step-ca /home/smallstep/.step/config/ca.json --password-file=/home/smallstep/.step/pwd >> /var/log/smallstep/output.log 2>&1' +User=step +Group=step +ExecStart=/bin/sh -c '/bin/step-ca /home/step/.step/config/ca.json --password-file=/home/step/.step/pwd >> /var/log/step-ca/output.log 2>&1' Type=simple Restart=on-failure RestartSec=10 - [Install] WantedBy=multi-user.target ``` @@ -243,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