[systemd] change executable location of step-ca

This commit is contained in:
max furman 2021-03-01 15:42:34 -08:00
parent 8b4bbd3d39
commit 0aa96a936f

View file

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