b2423f1f436f847d9fc96a63679be2b5552b6bafLennart Poettering# This file is part of systemd.
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart Poettering#
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart Poettering# systemd is free software; you can redistribute it and/or modify it
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# under the terms of the GNU Lesser General Public License as published by
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# the Free Software Foundation; either version 2.1 of the License, or
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart Poettering# (at your option) any later version.
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart Poettering
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart Poettering[Unit]
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart PoetteringDescription=Load Kernel Modules
9393a8774c1acd60deea40007061b9ffc783bf7eLennart PoetteringDocumentation=man:systemd-modules-load.service(8) man:modules-load.d(5)
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart PoetteringDefaultDependencies=no
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart PoetteringConflicts=shutdown.target
e096bf2f95c1cb553bb6f3ea370d450397e441e6Lennart PoetteringBefore=sysinit.target shutdown.target
5cd6eef69b926175b889799d80bd9deb33a904d1Lennart PoetteringConditionCapability=CAP_SYS_MODULE
adf70c5e4e6673353b8d702baee4e1d21eb05dfeKay SieversConditionDirectoryNotEmpty=|/lib/modules-load.d
adf70c5e4e6673353b8d702baee4e1d21eb05dfeKay SieversConditionDirectoryNotEmpty=|/usr/lib/modules-load.d
adf70c5e4e6673353b8d702baee4e1d21eb05dfeKay SieversConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d
adf70c5e4e6673353b8d702baee4e1d21eb05dfeKay SieversConditionDirectoryNotEmpty=|/etc/modules-load.d
adf70c5e4e6673353b8d702baee4e1d21eb05dfeKay SieversConditionDirectoryNotEmpty=|/run/modules-load.d
22cfbae09d7791c52901c53b240e28c63eee93d4Michal SchmidtConditionKernelCommandLine=|modules-load
22cfbae09d7791c52901c53b240e28c63eee93d4Michal SchmidtConditionKernelCommandLine=|rd.modules-load
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart Poettering
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart Poettering[Service]
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart PoetteringType=oneshot
449ddb2d23a63ca4c8cd70d13a070fba87c1fb30Lennart PoetteringRemainAfterExit=yes
b2423f1f436f847d9fc96a63679be2b5552b6bafLennart PoetteringExecStart=@rootlibexecdir@/systemd-modules-load
b53374f99b619abd90a7c19d69d37a3298b084d5Zbigniew Jędrzejewski-SzmekTimeoutSec=90s