diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-26 18:28:18 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-26 18:28:18 +0100 |
commit | d58df58423b6ab025284dece0d2a90b2e68910c4 (patch) | |
tree | 1ef238fc17a5a96c77a5dc726d1ec5c306f7ab44 /README.md | |
parent | a8bf951843e17f54fadd23a0d03596355ab55618 (diff) | |
download | mqttt-master.tar.gz mqttt-master.tar.xz mqttt-master.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ something like systemd. It's a good idea to run `mqttt` as its own dedicated user. +The special `+` and `#` wildcards can be used as path components. Additonally +`#empty` path component can be used to represent a topic such as `foo//bar` as +the filesystem path `foo/#empty/bar`. + ## Known bugs * Executables are run sequentially |