From f7b6fb5c657cc596e957c125d6e5ce8dc9e00b4f Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 7 Jan 2023 16:27:12 -0800 Subject: [PATCH] Might have to name the dirs? --- objectifier-module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/objectifier-module.nix b/objectifier-module.nix index 8d7e305..d8bd047 100644 --- a/objectifier-module.nix +++ b/objectifier-module.nix @@ -84,6 +84,8 @@ in { # LockPersonality = true; # PermissionsStartOnly = true; WorkingDirectory = "${pkgs.objectifier}"; + StateDirectory = "objectifier"; + CacheDirectory = "objectifier"; LimitNOFILE = 4096; Restart = "on-failure"; RestartSec = "5s";