docs: generate-systemd: add clarification statement

Based on user feedback, I think it's time to clarify that there are no
plans to remove generate-systemd.  Deprecation here means that the
command will not receive new features but only urgent bug fixes.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2024-03-11 09:03:36 +01:00
parent 3d6758a61d
commit 52ed774c23

View File

@ -9,7 +9,8 @@ podman\-generate\-systemd - [DEPRECATED] Generate systemd unit file(s) for a con
## DESCRIPTION
DEPRECATED:
Note: **podman generate systemd** is deprecated. We recommend using [Quadlet](podman-systemd.unit.5.md)
files when running Podman containers or pods under systemd.
files when running Podman containers or pods under systemd. There are no plans to remove the command.
It will receive urgent bug fixes but no new features.
**podman generate systemd** creates a systemd unit file that can be used to control a container or pod.
By default, the command prints the content of the unit files to stdout.