]> git.hungrycats.org Git - bees/commitdiff
scripts: systemd CPUAccounting is deprecated
authorbenaryorg <binary@benary.org>
Fri, 24 Oct 2025 08:41:34 +0000 (08:41 +0000)
committerZygo <neQIZ0Cp@mailtoo.furryterror.org>
Sat, 25 Oct 2025 03:48:32 +0000 (23:48 -0400)
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>
scripts/beesd@.service.in

index f26511d40e79f135e54eaaebd26808c1cee0fbab..3a9f02593f3779dfd6f66941372e2a57a18c48fa 100644 (file)
@@ -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