From 07dc08c2692a4503cc95e89138c9dfbd9d9c3060 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 1 Mar 2021 20:42:33 +0100 Subject: [PATCH] man: move two sysv-specific variables to docs https://github.com/systemd/systemd/pull/18827#discussion_r584807684 --- docs/ENVIRONMENT.md | 10 +++++++++- man/systemd-sysv-generator.xml | 14 -------------- man/systemd.xml | 7 ------- 3 files changed, 9 insertions(+), 22 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. diff --git a/man/systemd-sysv-generator.xml b/man/systemd-sysv-generator.xml index aafd332132..14ab932fed 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 27f0a7517d..c60f220f31 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. - - -- 2.25.1