]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-modules-load.service.in
Fix clang-11 issues
[thirdparty/systemd.git] / units / systemd-modules-load.service.in
index 32deb52e2689d963ac76f6dfbb5d3a91bd5c2482..26abe21d1b342bb128f3dd47ffa9d2a2535fa222 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -10,7 +12,6 @@ Description=Load Kernel Modules
 Documentation=man:systemd-modules-load.service(8) man:modules-load.d(5)
 DefaultDependencies=no
 Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service
 Before=sysinit.target shutdown.target
 ConditionCapability=CAP_SYS_MODULE
 ConditionDirectoryNotEmpty=|/lib/modules-load.d
@@ -25,3 +26,4 @@ ConditionKernelCommandLine=|rd.modules-load
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-modules-load
+TimeoutSec=90s