Unverified Commit 8d3b1800 authored by Kerstin Humm's avatar Kerstin Humm
Browse files

nixos/radicale: specify systemd WorkingDirectory

parent 6c8e827c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ in {
        SystemCallArchitectures = "native";
        SystemCallFilter = [ "@system-service" "~@privileged" "~@resources" ];
        UMask = "0027";
        WorkingDirectory = "/var/lib/radicale";
      };
    };
  };