nixos/systemd: remove one DefaultBlockIOAccounting
DefaultBlockIOAccounting=yes is set twice in the same file, remove one copy.
This commit is contained in:
parent
915e6a4e3d
commit
d22373b2b1
@ -842,7 +842,6 @@ in
|
|||||||
[Manager]
|
[Manager]
|
||||||
${optionalString config.systemd.enableCgroupAccounting ''
|
${optionalString config.systemd.enableCgroupAccounting ''
|
||||||
DefaultCPUAccounting=yes
|
DefaultCPUAccounting=yes
|
||||||
DefaultBlockIOAccounting=yes
|
|
||||||
DefaultIOAccounting=yes
|
DefaultIOAccounting=yes
|
||||||
DefaultBlockIOAccounting=yes
|
DefaultBlockIOAccounting=yes
|
||||||
DefaultIPAccounting=yes
|
DefaultIPAccounting=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user