From a09e703853ca02ad3d0f37d864ed225420ff3fd2 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 1 Jul 2025 18:15:05 -0700 Subject: [PATCH] docs/systemd.md: amend Include some important previously missed detail about how linux.cgroupsPath works. Signed-off-by: Kir Kolyshkin --- docs/systemd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/systemd.md b/docs/systemd.md index 1381709d1..965b0c852 100644 --- a/docs/systemd.md +++ b/docs/systemd.md @@ -31,6 +31,7 @@ runtime spec in the following way: Next, `prefix` and `name` are used to compose the unit name, which is `-.scope`, unless `name` has `.slice` suffix, in which case `prefix` is ignored and the `name` is used as is. + The default value for both `prefix` and `name` is empty string. 2. If `Linux.CgroupsPath` is not set or empty, it works the same way as if it would be set to `:runc:`. See the description above to see