From f84b75eb9445230cb744f53f3cd31d3667367ae3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Dec 2024 08:57:17 +0200 Subject: no need to reload httpd anymore --- frontends/scripts/acme.sh.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontends/scripts') diff --git a/frontends/scripts/acme.sh.tpl b/frontends/scripts/acme.sh.tpl index 0cf8b98..2136f19 100644 --- a/frontends/scripts/acme.sh.tpl +++ b/frontends/scripts/acme.sh.tpl @@ -43,7 +43,9 @@ fi # Pick up the new certs. if [ $has_update = yes ]; then - /usr/sbin/rcctl reload httpd + # TLS offloading fully moved to relayd now + # /usr/sbin/rcctl reload httpd + /usr/sbin/rcctl reload relayd /usr/sbin/rcctl restart smtpd fi -- cgit v1.2.3