This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-fsck %f
- 
        ExecStart=/usr/lib/systemd/systemd-fsck %f
- 
        RemainAfterExit=yes
- 
        TimeoutSec=0
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=%i.device systemd-fsck-root.service local-fs-pre.target
- 
        After=%i.device systemd-fsck-root.service local-fs-pre.target systemd-fsckd.socket
- 
        Before=systemd-quotacheck.service shutdown.target
- 
        BindsTo=%i.device
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=File System Check on %f
- 
        Documentation=man:systemd-fsck@.service(8)
- 
        Wants=systemd-fsckd.socket
 
- 
        
Additionnal notes
Nothing here.