From caf69be97b8976cd627e22095a8b11c81487c696 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 16 May 2025 12:17:41 -0400 Subject: [PATCH] fix(systemd): add RuntimeDirectory (#510) Closes #508 Signed-off-by: Xe Iaso --- docs/docs/CHANGELOG.md | 1 + run/anubis@.service | 2 ++ 2 files changed, 3 insertions(+) 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]