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
This commit is contained in:
Jade Lovelace
2025-06-17 05:05:48 +00:00
committed by jade
parent e01ad92c9c
commit 833aef5bcb
+1 -1
View File
@@ -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
```