From 7d5552f53e685f1f90b203ae91f0fb952634297e Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Tue, 14 Jul 2020 08:48:43 +0200 Subject: [PATCH] Fix service logs path --- 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 e20c0921..0e010019 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -224,7 +224,7 @@ After=syslog.target network.target 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/smallstep/output.log 2>&1' +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