diff options
author | Daniel Buch <boogiewasthere@gmail.com> | 2014-08-26 21:17:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-09-25 16:39:18 +0200 |
commit | d6bc8348d5be8576a475ac8ced2b0146e60fb71f (patch) | |
tree | 1cc185bf0c719da2a39c679f7ddfe5ef47508143 /units/systemd-remount-fs.service.in | |
parent | 4a3bb599609d687e0a501a748bfac491f5fb9f6c (diff) |
readahead: wipe out readahead
Diffstat (limited to 'units/systemd-remount-fs.service.in')
-rw-r--r-- | units/systemd-remount-fs.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-remount-fs.service.in b/units/systemd-remount-fs.service.in index 70e1a8680a..8d9daacaa5 100644 --- a/units/systemd-remount-fs.service.in +++ b/units/systemd-remount-fs.service.in @@ -11,7 +11,7 @@ Documentation=man:systemd-remount-fs.service(8) Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-fsck-root.service +After=systemd-fsck-root.service Before=local-fs-pre.target local-fs.target shutdown.target Wants=local-fs-pre.target ConditionPathExists=/etc/fstab |