From 48cac03ec95d54f6720345c9ae181b52e6614780 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 22 Jan 2023 15:03:05 -0800 Subject: [PATCH] Allow read/write on /run --- objectifier-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/objectifier-module.nix b/objectifier-module.nix index 3b2b911..5ecd923 100644 --- a/objectifier-module.nix +++ b/objectifier-module.nix @@ -90,6 +90,7 @@ in { RestartSec = "5s"; Type = "simple"; PIDFile = "/run/objectifier.pid"; + ReadWritePaths = [ "/run" ]; ExecStart = let bindClause = concatStringsSep " " (map (addr: "--bind ${addr}:${toString cfg.port}")