diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-07 03:47:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-07 03:47:39 +0200 |
commit | f3c15784a118757b2511cb73d8c5c84a14ab4bc2 (patch) | |
tree | 7491cda4344c7021c00b64aa3914ec311ff82dbf /units/remount-rootfs.service | |
parent | 0ea969e6f21818e5406e7ae2fb6392211e8840ac (diff) |
units: make sure we run all early boot units before entering basic.target
Diffstat (limited to 'units/remount-rootfs.service')
-rw-r--r-- | units/remount-rootfs.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service index 4ff3645e69..31deb82db3 100644 --- a/units/remount-rootfs.service +++ b/units/remount-rootfs.service @@ -10,7 +10,7 @@ Description=Remount Root FS DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service fsck.target -Before=shutdown.target local-fs.target +Before=local-fs.target shutdown.target [Service] Type=oneshot |