From: Zbigniew Jędrzejewski-Szmek Date: Mon, 1 Mar 2021 19:42:33 +0000 (+0100) Subject: man: move two sysv-specific variables to docs X-Git-Tag: v248-rc3~91^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07dc08c2692a4503cc95e89138c9dfbd9d9c3060;p=thirdparty%2Fsystemd.git man: move two sysv-specific variables to docs https://github.com/systemd/systemd/pull/18827#discussion_r584807684 --- diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index a3916f8cde0..ab10a4fc7e8 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. diff --git a/man/systemd-sysv-generator.xml b/man/systemd-sysv-generator.xml index aafd3321325..14ab932fedb 100644 --- a/man/systemd-sysv-generator.xml +++ b/man/systemd-sysv-generator.xml @@ -60,20 +60,6 @@ systemd.generator7. - - Environment - - Special variables understood by systemd-sysv-generator: - - - - $SYSTEMD_SYSVINIT_PATH - - Controls where systemd looks for SysV init scripts. - - - - See Also diff --git a/man/systemd.xml b/man/systemd.xml index 27f0a7517d4..c60f220f31b 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -696,13 +696,6 @@ - - $SYSTEMD_SYSVRCND_PATH - - Controls where systemd looks for SysV init - script runlevel link farms. - -