mirror of https://github.com/containers/podman.git
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:
commit
b713fe3997
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue