chiark / gitweb /
unit: properly update references to units which are merged
[elogind.git] / units / remount-rootfs.service
index 31309015ca110db068c24ddcd8a6d9d51bc086c1..7b63752c7e4fd69e264d2d1ba5a3e6954229a420 100644 (file)
@@ -9,11 +9,11 @@
 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