# Options for mdsd
#-b  Don't forward events to MDS (blackhole them instead)
#-c  Specifies the path to the configuration XML file
#-C  Don't suppress core dump when dying due to fatal signals
#-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)
#-P  Specifies an HTTP proxy with proxy_setting "[http:]//[id:password@]host[:port]/"
#    (Warning: Do not specify a password this way! Use "http_proxy" env var for that purpose)
#-S  Specifies directory to save Event Hub events. syslog user needs to have rwx
#    access to it. If the directory does not exist, mdsd will try to create it.
#-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

MDSD_OPTIONS="-d"

