mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 16:01:40 +00:00
Update cheatsheets
This commit is contained in:
25
mosquitto
Normal file
25
mosquitto
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user