diff options
-rw-r--r-- | net/keepalived/files/keepalived.init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/keepalived/files/keepalived.init b/net/keepalived/files/keepalived.init index 05c47bb36..7af3f9c61 100644 --- a/net/keepalived/files/keepalived.init +++ b/net/keepalived/files/keepalived.init @@ -98,6 +98,9 @@ print_notify() { globals() { local notification_email + printf '%bscript_user root\n' "${INDENT_1}" >> "$KEEPALIVED_CONF" + printf '%benabled_script_security\n' "${INDENT_1}" >> "$KEEPALIVED_CONF" + config_get notification_email "$1" notification_email print_list_indent notification_email |