]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: move two sysv-specific variables to docs
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 1 Mar 2021 19:42:33 +0000 (20:42 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 1 Mar 2021 19:57:36 +0000 (20:57 +0100)
https://github.com/systemd/systemd/pull/18827#discussion_r584807684

docs/ENVIRONMENT.md
man/systemd-sysv-generator.xml
man/systemd.xml

index a3916f8cde0e427509252e9b1dce2027cab2b3fe..ab10a4fc7e8a4747ed5093ad319171a563b5ac14 100644 (file)
@@ -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.
index aafd3321325edcf79d8e3bd9e90f0c8c978a2860..14ab932fedb6b7531493c9e3070675166aa4d859 100644 (file)
     <citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>.</para>
   </refsect1>
 
-  <refsect1>
-    <title>Environment</title>
-
-    <para>Special variables understood by <command>systemd-sysv-generator</command>:</para>
-
-    <variablelist class='environment-variables'>
-      <varlistentry>
-        <term><varname>$SYSTEMD_SYSVINIT_PATH</varname></term>
-
-        <listitem><para>Controls where systemd looks for SysV init scripts.</para></listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-
   <refsect1>
     <title>See Also</title>
     <para>
index 27f0a7517d4f1ebeeecbdae88ffe47e10d252dbd..c60f220f31b95d4f1fea23db709d2d1a33472ef1 100644 (file)
         </para></listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term><varname>$SYSTEMD_SYSVRCND_PATH</varname></term>
-
-        <listitem><para>Controls where systemd looks for SysV init
-        script runlevel link farms.</para></listitem>
-      </varlistentry>
-
       <xi:include href="common-variables.xml" xpointer="pager"/>
       <xi:include href="common-variables.xml" xpointer="less"/>
       <xi:include href="common-variables.xml" xpointer="lesscharset"/>