summaryrefslogtreecommitdiff
path: root/man/systemd-modules-load.service.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-15 16:28:41 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-15 16:28:41 +0200
commitc73624a553ff41c62b1d3f79a4b070f631e30c1e (patch)
tree6aab1a11ee4aba5490afac26c708f53b70401e43 /man/systemd-modules-load.service.xml
parentd5da196319c803cb5e0f6117bac03e01eab5559f (diff)
downloadsystemd-c73624a553ff41c62b1d3f79a4b070f631e30c1e.tar.gz
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.
Diffstat (limited to 'man/systemd-modules-load.service.xml')
-rw-r--r--man/systemd-modules-load.service.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml
index ca9edef367..e960609c6c 100644
--- a/man/systemd-modules-load.service.xml
+++ b/man/systemd-modules-load.service.xml
@@ -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>