cmd/podman: add replace flag to quadlet install

Signed-off-by: Celso Henrique Souza Silva <celsohenrique367@gmail.com>
Fixes: #26930
This commit is contained in:
Celso Henrique Souza Silva
2025-10-07 22:16:19 -03:00
committed by nothiaki
parent b342596e1c
commit 0ea4eaee70
5 changed files with 59 additions and 5 deletions

View File

@@ -28,6 +28,12 @@ Reload systemd after installing Quadlets (default true).
In order to disable it users need to manually set the value
of this flag to `false`.
#### **--replace**, **-r**
Replace the Quadlet installation even if the generated unit file already exists (default false).
In order to enable it, users need to manually set the value
of this flag to `true`. This flag is used primarily to update an existing unit.
## EXAMPLES
Install quadlet from a file.