From: benaryorg Date: Fri, 24 Oct 2025 08:41:34 +0000 (+0000) Subject: scripts: systemd CPUAccounting is deprecated X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cddce845429766561b3eafecdd62ce67cebaa981;p=bees 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 --- diff --git a/scripts/beesd@.service.in b/scripts/beesd@.service.in index f26511d4..3a9f0259 100644 --- a/scripts/beesd@.service.in +++ b/scripts/beesd@.service.in @@ -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