summaryrefslogtreecommitdiff
path: root/units/sys-kernel-config.mount
diff options
context:
space:
mode:
Diffstat (limited to 'units/sys-kernel-config.mount')
-rw-r--r--units/sys-kernel-config.mount10
1 files changed, 8 insertions, 2 deletions
diff --git a/units/sys-kernel-config.mount b/units/sys-kernel-config.mount
index 001c7b57cc..7d965046ee 100644
--- a/units/sys-kernel-config.mount
+++ b/units/sys-kernel-config.mount
@@ -12,11 +12,17 @@ Description=Kernel Configuration File System
Documentation=https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
DefaultDependencies=no
-ConditionPathExists=/sys/kernel/config
ConditionCapability=CAP_SYS_RAWIO
-After=systemd-modules-load.service
Before=sysinit.target
+# These dependencies are used to make certain that the module is fully
+# loaded. Indeed udev starts this unit when it receives an uevent for the
+# module but the kernel sends it too early, ie before the init() of the module
+# is fully operational and /sys/kernel/config is created, see issue#17586.
+
+After=modprobe@configfs.service
+Requires=modprobe@configfs.service
+
[Mount]
What=configfs
Where=/sys/kernel/config