]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd-modules-load.service.xml
Merge pull request #16353 from yuwata/network-dns-sni
[thirdparty/systemd.git] / man / systemd-modules-load.service.xml
index 94c27b62964b9ad5355e40fec7780a7951dbc25b..e960609c6cf812cc08b9ae571a9635a3ef3606c2 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
 <!--*-nxml-*-->
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1+ -->
 <refentry id="systemd-modules-load.service" conditional='HAVE_KMOD'>
 
   <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>