nixos/systemd: CPUAccounting is deprecated

systemd 258 has the following changes noted in systemd.resource-control(5):

> `CPUAccounting=` setting is deprecated, because it is always available on the unified cgroup hierarchy and such setting has no effect.

This commit removes it from the three services using it directly, as well as one instance of example text.

Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
benaryorg
2025-10-23 18:43:11 +00:00
parent 0e30ffe0ed
commit 27323e52cc
4 changed files with 1 additions and 5 deletions

View File

@@ -370,7 +370,6 @@ in
Type = "simple";
Restart = "always";
Slice = "azure.slice";
CPUAccounting = true;
MemoryAccounting = true;
};
};