# Options for mdsd
#-b  Don't forward events to MDS (blackhole them instead)
#-c  Specifies the path to the configuration XML file
#-d  Run mdsd as a daemon
#-e  Specifies the path to which mdsd error logs are dumped
#-j  Dump all JSON events to stdout as they're received
#-o  Specifies the path to which received object strings are dumped
#-p  Specifies the port on which the daemon listens for stream connections
#    (loopback only, i.e. bound only to 127.0.0.1)
#-T  Enable tracing for modules selected by flags
#-v  Validate configuration file and exit
#-V	Print version and exit
#-w  Specifies the path to which mdsd warning logs are dumped

#SSL_CERT_DIR
#SSL_CERT_FILE

MDSD_OPTIONS="-d -A -e /var/log/mdsd/mdsd.err -w /var/log/mdsd/mdsd.warn -o /var/log/mdsd/mdsd.info"
