diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-28 03:44:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-28 03:44:22 +0200 |
commit | 4bb2357f77c875976de5e238a5783e4e136b37b5 (patch) | |
tree | 1a2f4f66a6fafbdddf850e612286aa7f4e213af1 /units/remount-rootfs.service | |
parent | c0a1b6e92682facf74412ca77daeedcc60cb3115 (diff) |
units: add readahead unit files
Diffstat (limited to 'units/remount-rootfs.service')
-rw-r--r-- | units/remount-rootfs.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service index 089e8b5a2f..4ff3645e69 100644 --- a/units/remount-rootfs.service +++ b/units/remount-rootfs.service @@ -9,6 +9,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 [Service] |