chiark / gitweb /
fsck: skip root fsck if dracut already did it
[elogind.git] / units / fsck-root.service.in
index 2f89d0e63bc1d7ec405a27feb932cafac48e4478..cb654260c03ad4ef265be06124d1f7bd301fb966 100644 (file)
@@ -11,6 +11,9 @@ DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service
 Before=local-fs.target shutdown.target remount-rootfs.service quotacheck.service
 
+# Dracut informs us with this flag file if the root fsck was already run
+ConditionPathExists=!/dev/.initramfs/fsck
+
 [Service]
 Type=oneshot
 RemainAfterExit=no