]> git.proxmox.com Git - mirror_corosync.git/commitdiff
Improve corosync-notifyd example
authorJan Friesse <jfriesse@redhat.com>
Tue, 16 Apr 2013 14:08:24 +0000 (16:08 +0200)
committerJan Friesse <jfriesse@redhat.com>
Tue, 16 Apr 2013 15:32:05 +0000 (17:32 +0200)
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>
tools/corosync-notifyd.sysconfig.example

index 5cd7a2e3cd09839aeac3b5d29236c28dd7f8f9b6..908bc8caf4ad5293a7e231812574a0364ca6a77d 100644 (file)
@@ -1,9 +1,10 @@
 #
-# See "man corosync-notifyd" for descriptions of
+# See "man corosync-notifyd" for detailed descriptions of
 # the options below.
 #
 # OPTIONS="-d -s -l -m <snmp manager address>"
 #
 
-OPTIONS=""
+# Send DBUS signals on all events (for SNMP traps, use -s)
+OPTIONS="-d"