From d99837d4dee40ae4fb959306eccc91193728f422 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 13 Jun 2024 13:19:10 -0700 Subject: [PATCH] remove unused services --- etc/letsencrypt/renewal-hooks/post/reload-services.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/letsencrypt/renewal-hooks/post/reload-services.sh b/etc/letsencrypt/renewal-hooks/post/reload-services.sh index dabd0d9..760e077 100644 --- a/etc/letsencrypt/renewal-hooks/post/reload-services.sh +++ b/etc/letsencrypt/renewal-hooks/post/reload-services.sh @@ -4,9 +4,9 @@ # Array of services to reload. A default list of typical services is listed. # Note that service will only be restarted if it's installed and active, -# it's safe to have inactive/unneeded services in this array. +# it's safe to have inactive/unneeded services in this array, however those will trigger stderr messages. # Change this to suit your needs. -services=(apache2 dovecot exim4 haproxy postfix) +services=(apache2 dovecot exim4) # Cycle through each service. for service in "${services[@]}"; do