diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-19 03:04:10 +0100 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-11-21 22:59:00 -0500 |
commit | 86f9d6caae757d0306699fe59d4594f9f209d82c (patch) | |
tree | 3c940d564ed77f8d1ef0a4929906c9a977fc0e57 /systemd | |
parent | 37ef742fe24e27db2def8bc5a84ee57a377179ca (diff) | |
download | initscripts-86f9d6caae757d0306699fe59d4594f9f209d82c.tar initscripts-86f9d6caae757d0306699fe59d4594f9f209d82c.tar.gz initscripts-86f9d6caae757d0306699fe59d4594f9f209d82c.tar.bz2 initscripts-86f9d6caae757d0306699fe59d4594f9f209d82c.tar.xz initscripts-86f9d6caae757d0306699fe59d4594f9f209d82c.zip |
loadmodules: start in parallel to systemd-modules-load.service
This changes After/Before to be identical to
systemd-modules-load.service.in. This causes this unit to be run earlier
and in parallel to udev and the rest of the module loading.
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/system/fedora-loadmodules.service | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/systemd/system/fedora-loadmodules.service b/systemd/system/fedora-loadmodules.service index 426d1710..8a3aaf4e 100644 --- a/systemd/system/fedora-loadmodules.service +++ b/systemd/system/fedora-loadmodules.service @@ -2,10 +2,8 @@ Description=Load legacy module configuration DefaultDependencies=no Conflicts=shutdown.target -Before=basic.target shutdown.target emergency.service emergency.target -#Conflicts=sysinit.service -After=udev.service -Requires=udev.service +After=systemd-readahead-collect.service systemd-readahead-replay.service +Before=sysinit.target shutdown.target ConditionFileExists=/etc/rc.modules ConditionDirectoryNotEmpty=/etc/sysconfig/modules/ |