nixos/radicale: specify systemd WorkingDirectory

This commit is contained in:
Kerstin Humm 2021-10-31 13:39:18 +01:00
parent 6c8e827c23
commit 8d3b180052
No known key found for this signature in database
GPG key ID: 40293358C7B9326B

View file

@ -195,6 +195,7 @@ in {
SystemCallArchitectures = "native";
SystemCallFilter = [ "@system-service" "~@privileged" "~@resources" ];
UMask = "0027";
WorkingDirectory = "/var/lib/radicale";
};
};
};