From 86f9d6caae757d0306699fe59d4594f9f209d82c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Nov 2010 03:04:10 +0100 Subject: 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. --- systemd/system/fedora-loadmodules.service | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'systemd') 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/ -- cgit v1.2.1