summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-01 20:42:33 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-01 20:57:36 +0100
commit07dc08c2692a4503cc95e89138c9dfbd9d9c3060 (patch)
tree8ae77f98c2d3f0345383185b007810f3fcca33c5 /docs
parentman: clarify what is inside/outside the container in coredump info (diff)
downloadsystemd-07dc08c2692a4503cc95e89138c9dfbd9d9c3060.tar.xz
systemd-07dc08c2692a4503cc95e89138c9dfbd9d9c3060.zip
man: move two sysv-specific variables to docs
https://github.com/systemd/systemd/pull/18827#discussion_r584807684
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index a3916f8cde..ab10a4fc7e 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -288,8 +288,16 @@ installed systemd tests:
`systemd-tmpfiles`:
-* `SYSTEMD_TMPFILES_FORCE_SUBVOL` - if unset, `v`/`q`/`Q` lines will create
+* `SYSTEMD_TMPFILES_FORCE_SUBVOL` — if unset, `v`/`q`/`Q` lines will create
subvolumes only if the OS itself is installed into a subvolume. If set to `1`
(or another value interpreted as true), these lines will always create
subvolumes if the backing filesystem supports them. If set to `0`, these
lines will always create directories.
+
+`systemd-sysv-generator`:
+
+* `$SYSTEMD_SYSVINIT_PATH` — Controls where `systemd-sysv-generator` looks for
+ SysV init scripts.
+
+* `$SYSTEMD_SYSVRCND_PATH` — Controls where `systemd-sysv-generator` looks for
+ SysV init script runlevel link farms.