Skip to content

Commit

Permalink
Fixes typo in the path where quadlet looks for files
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mhrivnak authored and ashley-cui committed Jul 13, 2023
1 parent a673bb2 commit edc51d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-systemd.unit.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit edc51d9

Please sign in to comment.