chiark / gitweb /
util, utf8: make ellipsize take multi-byte characters into account
[elogind.git] / units / systemd-fsck-root.service.in
index 2277649f30a73d321504c5d4b87721902c4909be..4388314079499e41f8fefda4c84e685c9f2390bd 100644 (file)
@@ -7,18 +7,16 @@
 
 [Unit]
 Description=File System Check on Root Device
-Documentition=man:systemd-fsck@.service(8)
+Documentation=man:systemd-fsck-root.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]
 Type=oneshot
-RemainAfterExit=no
+RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-fsck
 StandardOutput=journal+console
 FsckPassNo=1