chiark / gitweb /
udev: do NOT re-label smack
[elogind.git] / units / systemd-fsck-root.service.in
index 517dee70bec9aadb54403911111318bb25dd013a..6d7657853ed64dcbc49f1c72452f299e8a5101f8 100644 (file)
@@ -7,18 +7,14 @@
 
 [Unit]
 Description=File System Check on Root Device
+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
 TimeoutSec=0