We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c09baf commit 9f0fce6Copy full SHA for 9f0fce6
systemd/cert-renewer@.service
@@ -26,7 +26,7 @@ ExecStart=/usr/bin/step ca renew --force $CERT_LOCATION $KEY_LOCATION
26
27
; Try to reload or restart the systemd service that relies on this cert-renewer
28
; If the relying service doesn't exist, forge ahead.
29
-ExecStartPost=/usr/bin/env bash -c 'if ! systemctl --quiet is-enabled %i.service ; then exit 0; fi; 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"
30
31
[Install]
32
WantedBy=multi-user.target
0 commit comments