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">
10 <title>systemd-modules-load.service</title>
11 <productname>systemd</productname>
15 <refentrytitle>systemd-modules-load.service</refentrytitle>
16 <manvolnum>8</manvolnum>
20 <refname>systemd-modules-load.service</refname>
21 <refname>systemd-modules-load</refname>
22 <refpurpose>Load kernel modules at boot</refpurpose>
26 <para><filename>systemd-modules-load.service</filename></para>
27 <para><filename>/usr/lib/systemd/systemd-modules-load</filename></para>
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>
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
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'>
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>
66 <title>See Also</title>
68 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
69 <citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>,