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 :(