]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/ENVIRONMENT.md
nspawn, vmspawn, run0: add env var for turning off background tinting
[thirdparty/systemd.git] / docs / ENVIRONMENT.md
index 8068d0d33cf214a1803c688aabbb9a347fcb24d3..5903617296c05deb834cbeac147a2d075198e17a 100644 (file)
@@ -705,3 +705,11 @@ Tools using the Varlink protocol (such as `varlinkctl`) or sd-bus (such as
   placed in a trusted disk image directory (see above), or if suitable polkit
   authentication was acquired. See `systemd.image-policy(7)` for the valid
   syntax for image policy strings.
+
+`systemd-run`, `run0`, `systemd-nspawn`, `systemd-vmspawn`:
+
+* `$SYSTEMD_TINT_BACKGROUND` – Takes a boolean. When false the automatic
+  tinting of the background for containers, VMs, and interactive `systemd-run`
+  and `run0` invocations is turned off. Note that this environment variable has
+  no effect if the background color is explicitly selected via the relevant
+  `--background=` switch of the tool.