man: do not say that systemd-modules-load.service only uses static config

Inspired by https://github.com/systemd/zram-generator/issues/26#issuecomment-644097273.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-06-15 16:28:41 +02:00
parent d5da196319
commit c73624a553
1 changed files with 7 additions and 6 deletions

View File

@ -29,14 +29,15 @@
<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>