diff options
Diffstat (limited to 'examples/sync/persistent/node2/keepalived.conf')
-rw-r--r-- | examples/sync/persistent/node2/keepalived.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sync/persistent/node2/keepalived.conf b/examples/sync/persistent/node2/keepalived.conf index f272a02..f937467 100644 --- a/examples/sync/persistent/node2/keepalived.conf +++ b/examples/sync/persistent/node2/keepalived.conf @@ -5,7 +5,7 @@ vrrp_sync_group G1 { # must be before vrrp_instance declaration } notify_master /etc/conntrackd/script_master.sh notify_backup /etc/conntrackd/script_backup.sh - notify_fault /etc/conntrackd/script_fault.sh +# notify_fault /etc/conntrackd/script_fault.sh } vrrp_instance VI_1 { |