diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-01 18:40:10 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-12-01 18:40:10 +0100 |
commit | 6dc42efa9076d76f6df33fe373ffb203ef71f2d0 (patch) | |
tree | d9bcaf2f317b0a45babd478f23ee496c067c2d73 /README.md | |
parent | f3c57a3b3585178cbb773f0493c8c871be98ea9e (diff) |
document real symlink behavior
This commit fixes #136.
The current behavior seems to be safer for complex setups in that it prevents accidental dependency hell.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,9 +33,9 @@ as it can cause version mismatches between them.** ### Starting Run `${GOBIN}/mt-multiserver-proxy`. The configuration file and other required -files are created automatically in the directory the executable -(or symlink to said executable) is in, so make sure to move the -executable to the desired location or use a symlink. +files are created automatically in the directory the executable is in, +so make sure to install the executable to the desired location. +Symlinks to the executable will be followed, only the real path matters. ### Stopping mt-multiserver-proxy reacts to SIGINT, SIGTERM and SIGHUP. It stops listening |