From 0aa96a936fb4b3904283c700bd336a1ba6b6750f Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 1 Mar 2021 15:42:34 -0800 Subject: [PATCH] [systemd] change executable location of step-ca --- systemd/step-ca.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/step-ca.service b/systemd/step-ca.service index 11fdffae..48dae272 100644 --- a/systemd/step-ca.service +++ b/systemd/step-ca.service @@ -15,7 +15,7 @@ User=step Group=step Environment=STEPPATH=/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 Restart=on-failure RestartSec=5