Revert systemd renewer unit change that was incorrect

This reverts commit 75f24a103a.
This commit is contained in:
Carl Tashian
2021-05-03 16:18:56 -07:00
parent 75f24a103a
commit 25325b6970

View File

@@ -26,7 +26,7 @@ ExecStart=/usr/bin/step ca renew --force $CERT_LOCATION $KEY_LOCATION
; Try to reload or restart the systemd service that relies on this cert-renewer
; If the relying service doesn't exist, forge ahead.
ExecStartPost=-systemctl try-reload-or-restart %i
ExecStartPost=/usr/bin/env bash -c "if ! systemctl --quiet is-enabled %i.service ; then exit 0; fi; systemctl try-reload-or-restart %i"
[Install]
WantedBy=multi-user.target