Skip to content

Commit 6e0a9cb

Browse files
Merge pull request #22007 from vrothberg/quadlet-docs
Quadlet docs
2 parents 76578e1 + 52ed774 commit 6e0a9cb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/source/markdown/podman-generate-systemd.1.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ podman\-generate\-systemd - [DEPRECATED] Generate systemd unit file(s) for a con
99
## DESCRIPTION
1010
DEPRECATED:
1111
Note: **podman generate systemd** is deprecated. We recommend using [Quadlet](podman-systemd.unit.5.md)
12-
files when running Podman containers or pods under systemd.
12+
files when running Podman containers or pods under systemd. There are no plans to remove the command.
13+
It will receive urgent bug fixes but no new features.
1314

1415
**podman generate systemd** creates a systemd unit file that can be used to control a container or pod.
1516
By default, the command prints the content of the unit files to stdout.

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

+6-2
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)