From 32a405a55a7d06049f78dc3431cbda1d20184bd1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 23 Oct 2019 05:49:16 -0400 Subject: restart teleterm on cert updates since it's also using the cert now --- modules/certbot/files/reload-cert | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/certbot/files/reload-cert b/modules/certbot/files/reload-cert index 9ca23e5..226e261 100644 --- a/modules/certbot/files/reload-cert +++ b/modules/certbot/files/reload-cert @@ -3,3 +3,4 @@ set -eu set -o pipefail systemctl restart nginx +systemctl restart teleterm -- cgit v1.2.3-54-g00ecf