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
commit cf4f7e0bb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,6 +135,7 @@ in
wantedBy = [ "multi-user.target" ];
serviceConfig = {
PrivateNetwork = true;
ExecStart = escapeShellArgs
([ "${pkgs.acpid}/bin/acpid"
"--foreground"