Merge pull request #281529 from rht/acpid

acpid: Disable network access
This commit is contained in:
Franz Pletz
2024-01-17 15:15:02 +01:00
committed by GitHub
@@ -135,6 +135,7 @@ in
wantedBy = [ "multi-user.target" ];
serviceConfig = {
PrivateNetwork = true;
ExecStart = escapeShellArgs
([ "${pkgs.acpid}/bin/acpid"
"--foreground"