diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-20 14:09:23 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-20 14:09:23 +0100 |
commit | 7a29b795824b8401c2b448cbea070d211591a136 (patch) | |
tree | a7115d3d9e968cefdf50a666d6a68206370c8c96 /README.md | |
parent | 847cfa692b20903a8c6a43c01948ded6db0035a7 (diff) | |
download | mqttr-7a29b795824b8401c2b448cbea070d211591a136.tar.gz mqttr-7a29b795824b8401c2b448cbea070d211591a136.tar.xz mqttr-7a29b795824b8401c2b448cbea070d211591a136.zip |
Simple install script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ The `SYSCONFDIR` environment variable controls the location of where `mqttr.toml Once built, the `mqttr` program (found in `target/{debug,release}/mqttr`) should be located in some sensible place (e.g. `/usr/local/bin/mqttr`) and configured -as a system service. +as a system service. You can use the `./install` script to install it in a +sensible place. Read this short script to see how it can be further configured. `mqttr` does not have a way to double-fork, if you need this behaviour, use `daemon` or some equivalent utility. |