Skip to content

Commit

Permalink
Merge pull request #11414 from parkerhoyes/cgroups-delegation
Browse files Browse the repository at this point in the history
Enable cgroups delegation for systemd
  • Loading branch information
edolstra authored Sep 4, 2024
2 parents a6e6da3 + 62a9904 commit 357cec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/systemd/nix-daemon.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
KillMode=process
LimitNOFILE=1048576
TasksMax=1048576
Delegate=yes

[Install]
WantedBy=multi-user.target

0 comments on commit 357cec9

Please sign in to comment.