Skip to content

Commit 3d6758a

Browse files
committed
docs: quadlet: improve docs on root/rootless dirs
Make the docs more explicit on which directories are read for root and rootless users to avoid confusion [1]. [1] #20218 (comment) Signed-off-by: Valentin Rothberg <[email protected]>
1 parent 76578e1 commit 3d6758a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/source/markdown/podman-systemd.unit.5.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ podman\-systemd.unit - systemd units using Podman Quadlet
88

99
*name*.container, *name*.volume, *name*.network, *name*.kube *name*.image, *name*.pod
1010

11-
### Podman unit search path
11+
### Podman rootful unit search path
12+
13+
Quadlet files for the root user can be placed in the following two directories:
1214

1315
* /etc/containers/systemd/
1416
* /usr/share/containers/systemd/
1517

16-
### Podman user unit search path
18+
### Podman rootless unit search path
19+
20+
Quadlet files for non-root users can be placed in the following directories
1721

1822
* $XDG_CONFIG_HOME/containers/systemd/ or ~/.config/containers/systemd/
1923
* /etc/containers/systemd/users/$(UID)

0 commit comments

Comments
 (0)