diff --git a/man/mosquitto.8.xml b/man/mosquitto.8.xml index 108aba5d..ca0cd599 100644 --- a/man/mosquitto.8.xml +++ b/man/mosquitto.8.xml @@ -42,7 +42,7 @@ Load configuration from a file. If not given, then the broker will listen on port 1883 bound to the loopback interface, and the default values as described in - mosquitto.conf5 + mosquitto.conf5 are used. See the option for a description of changes in behaviour from 1.6.x to 2.0. @@ -84,7 +84,7 @@ Configuration The broker can be configured using a configuration file as described in - mosquitto.conf5 + mosquitto.conf5 and this is the main point of information for mosquitto. The files required for SSL/TLS support are described in mosquitto-tls7. @@ -545,7 +545,7 @@ dropped due to inflight/queuing limits. See the max_inflight_messages and max_queued_messages options in - mosquitto.conf5 + mosquitto.conf5 for more information. @@ -652,11 +652,16 @@ local to each broker. For information on configuring bridges, see - mosquitto.conf5. + mosquitto.conf5. Signals + + On POSIX systems Mosquitto can receive signals and act on them as + described below. To send signals, use e.g. + kill -HUP <process id of mosquitto> + SIGHUP @@ -666,7 +671,7 @@ the argument was provided when mosquitto was started. Not all configuration parameters can be reloaded without restarting. See - mosquitto.conf5 + mosquitto.conf5 for details. If TLS certificates are in use, then mosquitto will also reload certificate on receiving a SIGHUP. @@ -698,7 +703,7 @@ /etc/mosquitto/mosquitto.conf - Configuration file. See mosquitto.conf5. + Configuration file. See mosquitto.conf5. diff --git a/man/mosquitto.conf.5.xml b/man/mosquitto.conf.5.xml index 99dd5d16..44459de7 100644 --- a/man/mosquitto.conf.5.xml +++ b/man/mosquitto.conf.5.xml @@ -28,6 +28,12 @@ use the default values listed below. See mosquitto8 for information on how to load a configuration file. + + Mosquitto can be instructed to reload the configuration file by sending + a SIGHUP signal as described in the Signals section of + mosquitto8. + Not all configuration options can be reloaded, as detailed in the options below. +