1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:15:35 +02:00

mosquitto: refresh page (#16442)

This commit is contained in:
Managor 2025-05-11 20:01:53 +03:00 committed by GitHub
parent cc8e83c4ec
commit bac0a168fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# mosquitto # mosquitto
> An MQTT broker. > An MQTT broker.
> More information: <https://mosquitto.org/>. > More information: <https://mosquitto.org/man/mosquitto-8.html>.
- Start Mosquitto: - Start Mosquitto:
@ -9,12 +9,12 @@
- Specify a configuration file to use: - Specify a configuration file to use:
`mosquitto --config-file {{path/to/file.conf}}` `mosquitto {{[-c|--config-file]}} {{path/to/file.conf}}`
- Listen on a specific port: - Listen on a specific port:
`mosquitto --port {{8883}}` `mosquitto {{[-p|--port]}} {{8883}}`
- Daemonize by forking into the background: - Daemonize by forking into the background:
`mosquitto --daemon` `mosquitto {{[-d|--daemon]}}`