1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-29 22:09:19 +02:00

scripts: 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.

Closes #327

Signed-off-by: benaryorg <binary@benary.org>
Dieser Commit ist enthalten in:
benaryorg
2025-10-24 08:41:34 +00:00
committet von Zygo
Ursprung 00efedfe75
Commit cddce84542
-1
Datei anzeigen
@@ -6,7 +6,6 @@ After=sysinit.target
[Service]
Type=simple
ExecStart=@PREFIX@/@BINDIR@/beesd --no-timestamps %i
CPUAccounting=true
CPUSchedulingPolicy=batch
CPUWeight=12
IOSchedulingClass=idle