mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 04:39:33 +00:00
Extract the --reload-systemd option text into a shared option file at docs/source/markdown/options/reload-systemd.md and reference it with @@option in both podman-quadlet-install and podman-quadlet-rm manpages, following the established pattern for shared options. Rename the manpages from .md to .md.in to indicate preprocessing. Fixes #28370 Signed-off-by: Kit Dallege <xaum.io@gmail.com>
9 lines
336 B
Markdown
9 lines
336 B
Markdown
####> This option file is used in:
|
|
####> podman quadlet install, quadlet rm
|
|
####> If file is edited, make sure the changes
|
|
####> are applicable to all of those.
|
|
#### **--reload-systemd**
|
|
|
|
Reload systemd after the operation completes (default true).
|
|
In order to disable it users need to manually set the value
|
|
of this flag to `false`.
|