This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-fsck
- 
        ExecStart=/usr/lib/systemd/systemd-fsck
- 
        RemainAfterExit=yes
- 
        TimeoutSec=0
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=systemd-fsckd.socket
- 
        Before=local-fs.target shutdown.target
- 
        ConditionPathExists=!/run/initramfs/fsck-root
- 
        ConditionPathIsReadWrite=!/
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=File System Check on Root Device
- 
        Documentation=man:systemd-fsck-root.service(8)
- 
        OnFailure=emergency.target
- 
        OnFailureJobMode=replace-irreversibly
- 
        Wants=systemd-fsckd.socket
 
- 
        
Additionnal notes
Nothing here.