mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/systemd: honor default enableCgroupAccounting settings
systemd defaults DefaultMemoryAccounting and DefaultTasksAccounting to yes, so no need to enable explicitly
This commit is contained in:
parent
fa5a231313
commit
f34f38ef1c
1 changed files with 0 additions and 2 deletions
|
@ -806,8 +806,6 @@ in
|
||||||
DefaultCPUAccounting=yes
|
DefaultCPUAccounting=yes
|
||||||
DefaultIOAccounting=yes
|
DefaultIOAccounting=yes
|
||||||
DefaultBlockIOAccounting=yes
|
DefaultBlockIOAccounting=yes
|
||||||
DefaultMemoryAccounting=yes
|
|
||||||
DefaultTasksAccounting=yes
|
|
||||||
''}
|
''}
|
||||||
DefaultLimitCORE=infinity
|
DefaultLimitCORE=infinity
|
||||||
${config.systemd.extraConfig}
|
${config.systemd.extraConfig}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue