Merge pull request #233659 from seberm/prometheus-ipmi-exporter-family-restriction

nixos/prometheus-ipmi-exporter: allow AF_UNIX address family
This commit is contained in:
WilliButz 2023-07-31 13:57:15 +02:00 committed by GitHub
commit bf48dde359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,5 +37,6 @@ in {
] ++ extraFlags);
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ];
};
}