]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-modules-load.service.in
Merge pull request #1768 from vcaputo/sd-daemon-listen-fds-overflow-bis
[thirdparty/systemd.git] / units / systemd-modules-load.service.in
CommitLineData
b2423f1f
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
b2423f1f
LP
6# (at your option) any later version.
7
8[Unit]
9Description=Load Kernel Modules
9393a877 10Documentation=man:systemd-modules-load.service(8) man:modules-load.d(5)
b2423f1f
LP
11DefaultDependencies=no
12Conflicts=shutdown.target
e096bf2f 13Before=sysinit.target shutdown.target
5cd6eef6 14ConditionCapability=CAP_SYS_MODULE
adf70c5e
KS
15ConditionDirectoryNotEmpty=|/lib/modules-load.d
16ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d
17ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d
18ConditionDirectoryNotEmpty=|/etc/modules-load.d
19ConditionDirectoryNotEmpty=|/run/modules-load.d
22cfbae0
MS
20ConditionKernelCommandLine=|modules-load
21ConditionKernelCommandLine=|rd.modules-load
b2423f1f
LP
22
23[Service]
24Type=oneshot
449ddb2d 25RemainAfterExit=yes
b2423f1f 26ExecStart=@rootlibexecdir@/systemd-modules-load
b53374f9 27TimeoutSec=90s