From c1f7a4d035c45988df22d62591301777ce9cbd88 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 5 Sep 2018 11:53:38 -0400 Subject: [PATCH] Update announcer.j2 --- roles/openvpn/templates/announcer.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/openvpn/templates/announcer.j2 b/roles/openvpn/templates/announcer.j2 index 87721321c..f453abf24 100755 --- a/roles/openvpn/templates/announcer.j2 +++ b/roles/openvpn/templates/announcer.j2 @@ -13,8 +13,9 @@ if [ -f /etc/iiab/openvpn_handle ]; then # /etc/iiab/openvpn_handle "obligatory" (EMPTY STRING "" IS TOLERATED, IN WHICH # CASE OPENVPN SERVER TRIES TO USE /etc/iiab/uuid BELOW, IN LIEU OF HANDLE...) -# CLARIF: "systemctl restart openvpn" still runs even if the above is defied. -# e.g. if an implementer deletes /etc/iiab/openvpn_handle by accident. +# CLARIF: "systemctl restart openvpn" still works tolerably even if the above +# is defied, auto-starting child service openvpn@xscenet per usual +# (e.g. if /etc/iiab/openvpn_handle is deleted by accident!) #else # # Option #3: Dangerous to invoke hypothetical variables :(