]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/systemd-modules-load.service.xml
test: use SYSLOG_IDENTIFIER= filter instead of "journalctl -u"
[thirdparty/systemd.git] / man / systemd-modules-load.service.xml
CommitLineData
9393a877
LP
1<?xml version="1.0"?>
2<!--*-nxml-*-->
3a54a157 3<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
eea10b26 4 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
db9ecf05 5<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
4623eecb
AK
6<refentry id="systemd-modules-load.service" conditional='HAVE_KMOD'
7 xmlns:xi="http://www.w3.org/2001/XInclude">
9393a877 8
798d3a52
ZJS
9 <refentryinfo>
10 <title>systemd-modules-load.service</title>
11 <productname>systemd</productname>
798d3a52
ZJS
12 </refentryinfo>
13
14 <refmeta>
15 <refentrytitle>systemd-modules-load.service</refentrytitle>
16 <manvolnum>8</manvolnum>
17 </refmeta>
18
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>
24
25 <refsynopsisdiv>
26 <para><filename>systemd-modules-load.service</filename></para>
12b42c76 27 <para><filename>/usr/lib/systemd/systemd-modules-load</filename></para>
798d3a52
ZJS
28 </refsynopsisdiv>
29
30 <refsect1>
31 <title>Description</title>
32
c73624a5 33 <para><filename>systemd-modules-load.service</filename> is an early boot service that loads kernel
3b121157
ZJS
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
c73624a5 36 command line (see below).</para>
798d3a52
ZJS
37
38 <para>See
c73624a5
ZJS
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>
798d3a52
ZJS
42 </refsect1>
43
44 <refsect1>
45 <title>Kernel Command Line</title>
46
47 <para><filename>systemd-modules-load.service</filename>
48 understands the following kernel command line parameters:</para>
49
50 <variablelist class='kernel-commandline-options'>
51
52 <varlistentry>
1d84ad94
LP
53 <term><varname>modules_load=</varname></term>
54 <term><varname>rd.modules_load=</varname></term>
798d3a52 55
b66a6e1a 56 <listitem><para>Takes a comma-separated list of kernel modules to statically load during early boot.
ec07c3c8
AK
57 The option prefixed with <literal>rd.</literal> is read in the initrd only.</para>
58
aefdc112 59 <xi:include href="version-info.xml" xpointer="v187"/></listitem>
798d3a52
ZJS
60 </varlistentry>
61
62 </variablelist>
63 </refsect1>
64
65 <refsect1>
66 <title>See Also</title>
13a69c12
DT
67 <para><simplelist type="inline">
68 <member><citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
69 <member><citerefentry><refentrytitle>modules-load.d</refentrytitle><manvolnum>5</manvolnum></citerefentry></member>
70 </simplelist></para>
798d3a52 71 </refsect1>
9393a877
LP
72
73</refentry>