mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:15:30 +02:00
mosquitto: refresh page (#16442)
This commit is contained in:
parent
cc8e83c4ec
commit
bac0a168fd
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# mosquitto
|
||||
|
||||
> An MQTT broker.
|
||||
> More information: <https://mosquitto.org/>.
|
||||
> More information: <https://mosquitto.org/man/mosquitto-8.html>.
|
||||
|
||||
- Start Mosquitto:
|
||||
|
||||
|
@ -9,12 +9,12 @@
|
|||
|
||||
- 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:
|
||||
|
||||
`mosquitto --port {{8883}}`
|
||||
`mosquitto {{[-p|--port]}} {{8883}}`
|
||||
|
||||
- Daemonize by forking into the background:
|
||||
|
||||
`mosquitto --daemon`
|
||||
`mosquitto {{[-d|--daemon]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue