summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man8/systemd-modules-load.service.8
blob: 24da2da71d7690e923da55afe082ae2992340523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
'\" t
.TH "SYSTEMD\-MODULES\-LOAD\&.SERVICE" "8" "" "systemd 256~rc3" "systemd-modules-load.service"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd-modules-load.service, systemd-modules-load \- Load kernel modules at boot
.SH "SYNOPSIS"
.PP
systemd\-modules\-load\&.service
.PP
/usr/lib/systemd/systemd\-modules\-load
.SH "DESCRIPTION"
.PP
systemd\-modules\-load\&.service
is an early boot service that loads kernel modules\&. It reads static configuration from files in
/usr/
and
/etc/, but also runtime configuration from
/run/
and the kernel command line (see below)\&.
.PP
See
\fBmodules-load.d\fR(5)
for information about the configuration format of this service and paths where configuration files can be created\&.
.SH "KERNEL COMMAND LINE"
.PP
systemd\-modules\-load\&.service
understands the following kernel command line parameters:
.PP
\fImodules_load=\fR, \fIrd\&.modules_load=\fR
.RS 4
Takes a comma\-separated list of kernel modules to statically load during early boot\&. The option prefixed with
"rd\&."
is read in the initrd only\&.
.sp
Added in version 187\&.
.RE
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1), \fBmodules-load.d\fR(5)