Fix service logs path

This commit is contained in:
Ilias Trichopoulos 2020-07-14 08:48:43 +02:00
parent 6d8b4a1b9a
commit 7d5552f53e

View file

@ -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