forked from TrueCloudLab/certificates
Fix service logs path
This commit is contained in:
parent
6d8b4a1b9a
commit
7d5552f53e
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ After=syslog.target network.target
|
||||||
|
|
||||||
User=step
|
User=step
|
||||||
Group=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
|
Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
Loading…
Reference in a new issue