mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-19 23:07:52 +00:00
Quadlet inserts network-online.target Wants/After dependencies to ensure pulling works. Those systemd statements cannot be subsequently reset. In the cases where those dependencies are not wanted, we add a new configuration item called `DefaultDependencies=` in a new section called [Quadlet]. This section is shared between different unit types. fixes #24193 Signed-off-by: Farya L. Maerten <me@ltow.me>
9 lines
188 B
Text
9 lines
188 B
Text
## assert-key-is-empty "Unit" "Wants"
|
|
## assert-key-is-empty "Unit" "After"
|
|
## assert-key-is-empty "Unit" "Before"
|
|
|
|
[Quadlet]
|
|
DefaultDependencies=no
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|