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