1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-16 09:50:21 -04:00

Merge pull request #11414 from parkerhoyes/cgroups-delegation

Enable cgroups delegation for systemd
This commit is contained in:
Eelco Dolstra 2024-09-04 13:28:10 +02:00 committed by GitHub
commit 357cec93b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ ExecStart=@@bindir@/nix-daemon nix-daemon --daemon
KillMode=process
LimitNOFILE=1048576
TasksMax=1048576
Delegate=yes
[Install]
WantedBy=multi-user.target