File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ a significant amount of issues we decided to work around this with our own speci
256
256
the ` network-online.target ` unit is active with ` systemctl is-active network-online.target ` .
257
257
258
258
This behavior can be disabled by adding ` DefaultDependencies=false ` in the ` Quadlet ` section.
259
+ Note, the _ systemd_ ` [Unit] ` section has an option with the same name but a different meaning.
259
260
260
261
## Container units [ Container]
261
262
@@ -2000,6 +2001,9 @@ Add Quadlet's default network dependencies to the unit (default is `true`).
2000
2001
When set to false, Quadlet will ** not** add a dependency (After=, Wants=) to
2001
2002
` network-online.target ` /` podman-user-wait-network-online.service ` to the generated unit.
2002
2003
2004
+ Note, this option is set in the ` [Quadlet] ` section. The _ systemd_ ` [Unit] ` section
2005
+ has an option with the same name but a different meaning.
2006
+
2003
2007
## EXAMPLES
2004
2008
2005
2009
Example ` test.container ` :
You can’t perform that action at this time.
0 commit comments