nixos/radicale: Allow AF_UNIX for systemd log (#373893)
This commit is contained in:
@@ -205,6 +205,7 @@ in
|
||||
RestrictAddressFamilies = [
|
||||
"AF_INET"
|
||||
"AF_INET6"
|
||||
"AF_UNIX" # To log with systemd
|
||||
];
|
||||
RestrictNamespaces = true;
|
||||
RestrictRealtime = true;
|
||||
|
||||
Reference in New Issue
Block a user