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

Enable cgroups delegation for systemd

This commit is contained in:
Parker Hoyes 2024-09-03 19:07:18 +00:00
parent 1073a8effa
commit 62a99049c4

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