[systemd-commits] units/systemd-modules-load.service.in

Michal Schmidt michich at kemper.freedesktop.org
Tue Jul 24 23:52:37 PDT 2012


 units/systemd-modules-load.service.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 22cfbae09d7791c52901c53b240e28c63eee93d4
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Wed Jul 25 08:48:50 2012 +0200

    units: add the modules-load cmdline parameters to the unit conditions
    
    For 'modules-load=' and 'rd.modules-load=' to be effective,
    systemd-modules-load.service must be started. It is currently
    conditional on the existence of config files. Add the presence of the
    cmdline parameters to the triggering conditions.

diff --git a/units/systemd-modules-load.service.in b/units/systemd-modules-load.service.in
index ff6613f..32deb52 100644
--- a/units/systemd-modules-load.service.in
+++ b/units/systemd-modules-load.service.in
@@ -18,6 +18,8 @@ ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d
 ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d
 ConditionDirectoryNotEmpty=|/etc/modules-load.d
 ConditionDirectoryNotEmpty=|/run/modules-load.d
+ConditionKernelCommandLine=|modules-load
+ConditionKernelCommandLine=|rd.modules-load
 
 [Service]
 Type=oneshot



More information about the systemd-commits mailing list