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
1 changed files with 0 additions and 1 deletions
|
@ -842,7 +842,6 @@ in
|
|||
[Manager]
|
||||
${optionalString config.systemd.enableCgroupAccounting ''
|
||||
DefaultCPUAccounting=yes
|
||||
DefaultBlockIOAccounting=yes
|
||||
DefaultIOAccounting=yes
|
||||
DefaultBlockIOAccounting=yes
|
||||
DefaultIPAccounting=yes
|
||||
|
|
Loading…
Reference in a new issue