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
@ -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…
x
Reference in New Issue
Block a user