You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/markdown/podman-quadlet-rm.1.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ podman\-quadlet\-rm - Removes an installed quadlet
11
11
Remove one or more installed Quadlets from the current user. Following command also takes application name
12
12
as input and removes all the Quadlets which belongs to that specific application.
13
13
14
+
When the argument is uninstantiated template quadlet, this command removes the template quadlet file (e.g. `templateName@.container`) and the generated systemd template unit (e.g. `templateName@.service`, unless **--reload-systemd** is set to `false`). Instances of the systemd template unit (e.g. `templateName@instanceName.service`) may persist, and can be removed with **systemctl(1)**.
15
+
14
16
Note: If a quadlet is part of an application, removing that specific quadlet will remove the entire application.
15
17
When a quadlet is installed from a directory, all files installed from that directory—including both quadlet and non-quadlet files—are considered part
16
18
of a single application.
@@ -31,7 +33,8 @@ Do not error for Quadlets that do not exist.
31
33
32
34
#### **--reload-systemd**
33
35
34
-
Reload systemd after removing Quadlets (default true).
36
+
Reload systemd after removing Quadlets if at least
37
+
one of them had a corresponding systemd unit (default true).
35
38
In order to disable it users need to manually set the value
0 commit comments