forked from TrueCloudLab/certificates
[systemd] change executable location of step-ca
This commit is contained in:
parent
8b4bbd3d39
commit
0aa96a936f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ User=step
|
||||||
Group=step
|
Group=step
|
||||||
Environment=STEPPATH=/etc/step-ca
|
Environment=STEPPATH=/etc/step-ca
|
||||||
WorkingDirectory=/etc/step-ca
|
WorkingDirectory=/etc/step-ca
|
||||||
ExecStart=/usr/local/bin/step-ca config/ca.json --password-file password.txt
|
ExecStart=/usr/bin/step-ca config/ca.json --password-file password.txt
|
||||||
ExecReload=/bin/kill --signal HUP $MAINPID
|
ExecReload=/bin/kill --signal HUP $MAINPID
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
|
|
Loading…
Reference in a new issue