Merge pull request #19174 from mhrivnak/fix-quadlet-docs

[CI:DOCS] Fixes typo in the path where quadlet looks for files
This commit is contained in:
OpenShift Merge Robot 2023-07-10 05:20:23 -04:00 committed by GitHub
commit b713fe3997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.