1:255.13-alt1
[systemd_ALT.git] / man / systemd-modules-load.service.xml
blobfc51716121988c6114c85fdd0537572bf2d51e87
1 <?xml version="1.0"?>
2 <!--*-nxml-*-->
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
4   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
6 <refentry id="systemd-modules-load.service" conditional='HAVE_KMOD'
7           xmlns:xi="http://www.w3.org/2001/XInclude">
9   <refentryinfo>
10     <title>systemd-modules-load.service</title>
11     <productname>systemd</productname>
12   </refentryinfo>
14   <refmeta>
15     <refentrytitle>systemd-modules-load.service</refentrytitle>
16     <manvolnum>8</manvolnum>
17   </refmeta>
19   <refnamediv>
20     <refname>systemd-modules-load.service</refname>
21     <refname>systemd-modules-load</refname>
22     <refpurpose>Load kernel modules at boot</refpurpose>
23   </refnamediv>
25   <refsynopsisdiv>
26     <para><filename>systemd-modules-load.service</filename></para>
27     <para><filename>/usr/lib/systemd/systemd-modules-load</filename></para>
28   </refsynopsisdiv>
30   <refsect1>
31     <title>Description</title>
33     <para><filename>systemd-modules-load.service</filename> is an early boot service that loads kernel
34     modules. It reads static configuration from files in <filename>/usr/</filename> and
35     <filename>/etc/</filename>, but also runtime configuration from <filename>/run/</filename> and the kernel
36     command line (see below).</para>
38     <para>See
39     <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
40     information about the configuration format of this service and paths where configuration files can be
41     created.</para>
42   </refsect1>
44   <refsect1>
45     <title>Kernel Command Line</title>
47     <para><filename>systemd-modules-load.service</filename>
48     understands the following kernel command line parameters:</para>
50     <variablelist class='kernel-commandline-options'>
52       <varlistentry>
53         <term><varname>modules_load=</varname></term>
54         <term><varname>rd.modules_load=</varname></term>
56         <listitem><para>Takes a comma-separated list of kernel modules to statically load during early boot.
57         The option prefixed with <literal>rd.</literal> is read in the initrd only.</para>
59         <xi:include href="version-info.xml" xpointer="v187"/></listitem>
60       </varlistentry>
62     </variablelist>
63   </refsect1>
65   <refsect1>
66     <title>See Also</title>
67     <para>
68       <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
69       <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
70     </para>
71   </refsect1>
73 </refentry>