diff options
Diffstat (limited to 'units/systemd-fsck@.service.in')
-rw-r--r-- | units/systemd-fsck@.service.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-fsck@.service.in b/units/systemd-fsck@.service.in index 857e625679..e6d98c031b 100644 --- a/units/systemd-fsck@.service.in +++ b/units/systemd-fsck@.service.in @@ -10,12 +10,12 @@ Description=File System Check on %f Documentation=man:systemd-fsck@.service(8) DefaultDependencies=no BindsTo=%i.device -After=%i.device systemd-fsck-root.service local-fs-pre.target +Wants=systemd-fsckd.socket +After=%i.device systemd-fsck-root.service local-fs-pre.target systemd-fsckd.socket Before=shutdown.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=@rootlibexecdir@/systemd-fsck %f -StandardOutput=journal+console TimeoutSec=0 |