diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-19 23:45:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-19 23:45:18 +0200 |
commit | a9e1f5ec36049dca715f83b2c6fc44a019e2da53 (patch) | |
tree | 699d23b240c6572870e3184910503131078f4f4b /units/remount-rootfs.service | |
parent | 90bb85e140a238ce76f05c473e2eb68f147671f3 (diff) |
fsck: properly hook in fsck everywhere, add special support for fsck'ing root dir
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 31deb82db3..890f8fbca1 100644 --- a/units/remount-rootfs.service +++ b/units/remount-rootfs.service @@ -9,7 +9,7 @@ Description=Remount Root FS DefaultDependencies=no Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service fsck.target +After=systemd-readahead-collect.service systemd-readahead-replay.service Before=local-fs.target shutdown.target [Service] |