Blame keepalived/etc/sysconfig/keepalived

Packit c22fc9
# Options for keepalived. See `keepalived --help' output and keepalived(8) and
Packit c22fc9
# keepalived.conf(5) man pages for a list of all options. Here are the most
Packit c22fc9
# common ones :
Packit c22fc9
#
Packit c22fc9
# --vrrp               -P    Only run with VRRP subsystem.
Packit c22fc9
# --check              -C    Only run with Health-checker subsystem.
Packit c22fc9
# --dont-release-vrrp  -V    Dont remove VRRP VIPs & VROUTEs on daemon stop.
Packit c22fc9
# --dont-release-ipvs  -I    Dont remove IPVS topology on daemon stop.
Packit c22fc9
# --dump-conf          -d    Dump the configuration data.
Packit c22fc9
# --log-detail         -D    Detailed log messages.
Packit c22fc9
# --log-facility       -S    0-7 Set local syslog facility (default=LOG_DAEMON)
Packit c22fc9
#
Packit c22fc9
Packit c22fc9
KEEPALIVED_OPTIONS="-D"
Packit c22fc9