# mosquitto daemon options
#
#  -c : specify the broker config file.
#  -d : put the broker into the background after starting.
#  -h : display this help.
#  -p : start the broker listening on the specified port.
#      Not recommended in conjunction with the -c option.
#  -v : verbose mode - enable all logging types. This overrides
#      any logging options given in the config file.

M_OPT="-c /etc/mosquitto/mosquitto.conf"
