]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "units: skip modprobe@.service if the unit appears to be already loaded"
authorFranck Bui <fbui@suse.com>
Thu, 19 Nov 2020 07:55:56 +0000 (08:55 +0100)
committerFranck Bui <fbui@suse.com>
Thu, 19 Nov 2020 08:49:42 +0000 (09:49 +0100)
This reverts commit 9cbf1e58f9629af5c6b56777ee73dc6320306d6d.

The presence of /sys/module/%I directory can't be used to assert that the load
of a given module is complete and therefore the call to modprobe(8) can be
skipped. Indeed this directory is created before the init() function of the
module is called.

Users of modprobe@.service needs to be sure that once this service returns the
module is fully operational.

units/modprobe@.service

index 968994287caf71e0ab37e368bb383043d82cf186..cf8baf608463a1f1a2249b4a6f6fd4bea2148fec 100644 (file)
@@ -13,7 +13,6 @@ DefaultDependencies=no
 Before=sysinit.target
 Documentation=man:modprobe(8)
 ConditionCapability=CAP_SYS_MODULE
-ConditionPathExists=!/sys/module/%I
 
 [Service]
 Type=oneshot