diff options
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 0524de82cd..cddb0a1fb9 100644 --- a/units/systemd-remount-fs.service.in +++ b/units/systemd-remount-fs.service.in @@ -10,7 +10,7 @@ Description=Remount Root and Kernel File Systems Documentation=man:systemd-remount-fs.service(8) DefaultDependencies=no Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service +After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-fsck-root.service Before=local-fs-pre.target local-fs.target shutdown.target Wants=local-fs-pre.target ConditionPathExists=/etc/fstab |