chiark / gitweb /
remove /run/initramfs/root-fsck logic
[elogind.git] / units / systemd-fsck-root.service.in
index a519e270df04bc4a16ff9f2ccae9bad7d42ddbd1..563129badb4ec9b4bd98cb6994b9d16b7ca8bce0 100644 (file)
@@ -7,13 +7,11 @@
 
 [Unit]
 Description=File System Check on Root Device
-Documentaiton=man:systemd-fsck@.service(8)
+Documentation=man:systemd-fsck@.service(8)
 DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service
 Before=local-fs.target shutdown.target
 
-# Dracut informs us with this flag file if the root fsck was already run
-ConditionPathExists=!/run/initramfs/root-fsck
 ConditionPathIsReadWrite=!/
 
 [Service]