0
0
Fork 0
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:
Florian Klink 2019-08-19 17:42:30 +02:00
parent fa5a231313
commit f34f38ef1c

View file

@ -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}