]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: do not say that systemd-modules-load.service only uses static config 16239/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 15 Jun 2020 14:28:41 +0000 (16:28 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 15 Jun 2020 14:28:41 +0000 (16:28 +0200)
Inspired by https://github.com/systemd/zram-generator/issues/26#issuecomment-644097273.

man/systemd-modules-load.service.xml

index ca9edef367067a781ebe21bf575e8a3ba6840e17..e960609c6cf812cc08b9ae571a9635a3ef3606c2 100644 (file)
   <refsect1>
     <title>Description</title>
 
-    <para><filename>systemd-modules-load.service</filename> is an
-    early boot service that loads kernel modules based on static
-    configuration.</para>
+    <para><filename>systemd-modules-load.service</filename> is an early boot service that loads kernel
+    modules. It reads static configuration from files in <filename>/usr</filename> and
+    <filename>/etc</filename>, but also runtime configuration from <filename>/run</filename> and the kernel
+    command line (see below).</para>
 
     <para>See
-    <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
-    for information about the configuration of this service.</para>
-
+    <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
+    information about the configuration format of this service and paths where configuration files can be
+    created.</para>
   </refsect1>
 
   <refsect1>