commit 76807af5bad77e55c52b48c6226fb12832ed5b90 parent 961d741871e79a131a4655023fb6f713cb83c265 Author: Hayden Hamilton <hayden@hhvn.uk> Date: Sun, 7 Jun 2026 12:09:58 +0100 tls/run: restart relayd + smtpd, as these use the certs Diffstat:
| M | tls/run | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/tls/run b/tls/run @@ -7,3 +7,6 @@ if (~ $domain ()) { } doas acme-client $domain + +doas rcctl restart smtpd +doas rcctl restart relayd