I want to update some settings of mosquitto MQTT broker without stop running. There is a way to meet the goal. First, you need to setup pid_file setting of mosquitto.conf. pid_file setting will set pid content such as process identifier in the file under assigned path. And then I can setup a setting that I want process execution of mosquitto to reload configurations, for example acl_file. After I confirming a
read more