chiark / gitweb /
units/serial-getty@.service: use the default RestartSec
[elogind.git] / units / systemd-fsck@.service.in
index fe1b7be8071388e0695a55ff9587a90686024faa..c12efa8e760025eea978a5ce233210e1e27ba7c0 100644 (file)
@@ -7,15 +7,15 @@
 
 [Unit]
 Description=File System Check on %f
-Documentaiton=man:systemd-fsck@.service(8)
+Documentation=man:systemd-fsck@.service(8)
 DefaultDependencies=no
-BindTo=%i.device
-After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device
+BindsTo=%i.device
+After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device systemd-fsck-root.service
 Before=shutdown.target
 
 [Service]
 Type=oneshot
-RemainAfterExit=no
+RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-fsck %f
 StandardOutput=journal+console
 TimeoutSec=0