From cddce845429766561b3eafecdd62ce67cebaa981 Mon Sep 17 00:00:00 2001 From: benaryorg Date: Fri, 24 Oct 2025 08:41:34 +0000 Subject: [PATCH] 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 --- scripts/beesd@.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/beesd@.service.in b/scripts/beesd@.service.in index f26511d..3a9f025 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