Skip to content

Commit 50e242f

Browse files
authored
Merge pull request #75 from JedMeister/lets-encrypt-update
Don't try to restart stunnel
2 parents cc665da + 29835d7 commit 50e242f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins.d/Lets_Encrypt/dehydrated-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ AUTHBIND_USR=$(stat --format '%U' $AUTHBIND80)
3131
EXIT_CODE=0
3232

3333
# space separated list of systemd services to restart
34-
SERVICES_TO_RESTART="stunnel4@webmin.service stunnel4@shellinabox.service"
34+
SERVICES_TO_RESTART="webmin.service"
3535

3636
LE_TOS_URL=${LE_TOS_URL:-https://acme-v02.api.letsencrypt.org/directory}
3737
LICENSE=$(curl $LE_TOS_URL 2>/dev/null | grep termsOfService \

0 commit comments

Comments
 (0)