From 833aef5bcb910037b008b681a0fb5eb806a38f4a Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Mon, 16 Jun 2025 10:22:24 -0700 Subject: [PATCH] fix(rl-next): systemd unit description is using wrong section > The resource control configuration options are configured in the > [Slice], [Scope], [Service], [Socket], [Mount], or [Swap] sections, > depending on the unit type. Reported by Worm on matrix. Change-Id: I5f942b864e40bc461e8751cdf8337b1f8c2bbce4 --- doc/manual/rl-next/cgroups-delegation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/rl-next/cgroups-delegation.md b/doc/manual/rl-next/cgroups-delegation.md index a6d6418df..26dbe90ec 100644 --- a/doc/manual/rl-next/cgroups-delegation.md +++ b/doc/manual/rl-next/cgroups-delegation.md @@ -21,7 +21,7 @@ already delegated cgroup tree by the service manager. systemd offers knobs to perform the required setup using: ``` -[Unit] +[Service] Delegate=yes DelegateSubtree=supervisor ```