diff options
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. |