mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #11414 from parkerhoyes/cgroups-delegation
Enable cgroups delegation for systemd
This commit is contained in:
commit
357cec93b6
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
|
||||||
KillMode=process
|
KillMode=process
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
TasksMax=1048576
|
TasksMax=1048576
|
||||||
|
Delegate=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue