From f3c15784a118757b2511cb73d8c5c84a14ab4bc2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 7 Oct 2010 03:47:39 +0200 Subject: units: make sure we run all early boot units before entering basic.target --- units/systemd-modules-load.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-modules-load.service.in') diff --git a/units/systemd-modules-load.service.in b/units/systemd-modules-load.service.in index 1eb49011f5..59482953fc 100644 --- a/units/systemd-modules-load.service.in +++ b/units/systemd-modules-load.service.in @@ -10,7 +10,7 @@ Description=Load Kernel Modules DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=shutdown.target +Before=basic.target shutdown.target [Service] Type=oneshot -- cgit v1.2.3-54-g00ecf