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 <mhrivnak@hrivnak.org>
This commit is contained in:
Michael Hrivnak 2023-07-09 15:46:50 -04:00
parent 5d706eb027
commit 1b7eb44d3b
1 changed files with 1 additions and 1 deletions

View File

@ -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.