diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 52b8eb1..f23650e 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the nonce value in the challenge JWT cookie to be a string instead of a number - Rename cookies in response to user feedback - Ensure cookie renaming is consistent across configuration options +- Add `RuntimeDirectory` to systemd unit settings so native packages can listen over unix sockets ## v1.18.0: Varis zos Galvus diff --git a/run/anubis@.service b/run/anubis@.service index 5103fef..7b0fd94 100644 --- a/run/anubis@.service +++ b/run/anubis@.service @@ -12,6 +12,8 @@ CacheDirectory=anubis/%i CacheDirectoryMode=0755 StateDirectory=anubis/%i StateDirectoryMode=0755 +RuntimeDirectory=anubis +RuntimeDirectoryMode=0755 ReadWritePaths=/run [Install]