From edc51d9ff2df4ba094d02970b48da28383cd3c06 Mon Sep 17 00:00:00 2001 From: Michael Hrivnak Date: Sun, 9 Jul 2023 15:46:50 -0400 Subject: [PATCH] Fixes typo in the path where quadlet looks for files This change matches the list above in the same document, in the section `Podman user unit search path`. I also confirmed that this matches [the code](https://github.com/containers/podman/blob/60a5a59/cmd/quadlet/main.go#L119). Signed-off-by: Michael Hrivnak --- docs/source/markdown/podman-systemd.unit.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index ee98508a56..4fa2ba08e8 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -42,7 +42,7 @@ like dependencies or cgroup limits. For rootless containers, when administrators place Quadlet files in the /etc/containers/systemd/users directory, all users' sessions execute the Quadlet when the login session begins. If the administrator places a Quadlet -file in the /etc/containers/systemd/user/${UID}/ directory, then only the +file in the /etc/containers/systemd/users/${UID}/ directory, then only the user with the matching UID execute the Quadlet when the login session gets started.