mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 01:35:24 +02:00
mosquitto: add page (#3231)
This commit is contained in:
parent
5d7595c38e
commit
759f517360
1 changed files with 20 additions and 0 deletions
20
pages/common/mosquitto.md
Normal file
20
pages/common/mosquitto.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# mosquitto
|
||||||
|
|
||||||
|
> An MQTT broker.
|
||||||
|
> More information: <https://mosquitto.org/>.
|
||||||
|
|
||||||
|
- Start mosquitto:
|
||||||
|
|
||||||
|
`mosquitto`
|
||||||
|
|
||||||
|
- Specify a configuration file to use:
|
||||||
|
|
||||||
|
`mosquitto --config-file {{path/to/file.conf}}`
|
||||||
|
|
||||||
|
- Listen on a specific port:
|
||||||
|
|
||||||
|
`mosquitto --port {{8883}}`
|
||||||
|
|
||||||
|
- Daemonize by forking into the background:
|
||||||
|
|
||||||
|
`mosquitto --daemon`
|
Loading…
Add table
Reference in a new issue