chiark / gitweb /
units: add missing unit file
[elogind.git] / units / systemd-fsck-root.service.in
index 416298335a86496967ed535857502036ab47bf97..f493445b86465b6908a6adf4cc623959abdc6bfa 100644 (file)
@@ -9,14 +9,13 @@
 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
+Wants=systemd-fsckd.socket
 Before=local-fs.target shutdown.target
-
+After=systemd-fsckd.socket
 ConditionPathIsReadWrite=!/
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootlibexecdir@/systemd-fsck
-StandardOutput=journal+console
 TimeoutSec=0