mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-15 18:36:31 +00:00

Example now contains default option -d, so corosync-notifyd init script don't fall. Also description is improved a little bit. Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
#
|
|
# See "man corosync-notifyd" for detailed descriptions of
|
|
# the options below.
|
|
#
|
|
# OPTIONS="-d -s -l -m <snmp manager address>"
|
|
#
|
|
|
|
# Send DBUS signals on all events (for SNMP traps, use -s)
|
|
OPTIONS="-d"
|
|
|