Unverified Commit f4e37795 authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

nixos/radicale: Allow AF_UNIX for systemd log (#373893)

parents adf31f68 8f4bc44f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -205,6 +205,7 @@ in
        RestrictAddressFamilies = [
          "AF_INET"
          "AF_INET6"
          "AF_UNIX" # To log with systemd
        ];
        RestrictNamespaces = true;
        RestrictRealtime = true;