X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fremount-rootfs.service;h=89a16c8b2666c65850def8f08497d9b3d98b356c;hp=890f8fbca1f4a6220e36a1571b46aa699d974a0a;hb=8b18eb674ce4d14e4819e102a0d6679a0fd2e6ce;hpb=a9e1f5ec36049dca715f83b2c6fc44a019e2da53 diff --git a/units/remount-rootfs.service b/units/remount-rootfs.service index 890f8fbca..89a16c8b2 100644 --- a/units/remount-rootfs.service +++ b/units/remount-rootfs.service @@ -9,10 +9,12 @@ Description=Remount Root FS DefaultDependencies=no Conflicts=shutdown.target -After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=local-fs.target shutdown.target +After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service +Before=local-fs-pre.target local-fs.target shutdown.target +Wants=local-fs-pre.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/mount / -o remount +StandardOutput=syslog