chiark / gitweb /
Add fsckd service and socket, retarget systemd-fsck
[elogind.git] / units / systemd-fsck-root.service.in
index 6d7657853ed64dcbc49f1c72452f299e8a5101f8..f493445b86465b6908a6adf4cc623959abdc6bfa 100644 (file)
@@ -9,12 +9,13 @@
 Description=File System Check on Root Device
 Documentation=man:systemd-fsck-root.service(8)
 DefaultDependencies=no
+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