From cd9e17e8f641203c481e7e5e28010d3e7aaa9048 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 25 Oct 2019 18:21:23 +0200 Subject: [PATCH] certbot: reload the correct daemon --- certbot/files/hooks/haproxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/files/hooks/haproxy.sh b/certbot/files/hooks/haproxy.sh index 63ef6990..8bb66e2c 100644 --- a/certbot/files/hooks/haproxy.sh +++ b/certbot/files/hooks/haproxy.sh @@ -53,7 +53,7 @@ main() { if config_check; then debug "HAProxy detected... reloading" - systemctl reload apache2 + systemctl reload haproxy else error "HAProxy config is broken, you must fix it !" fi