This unit is provided by:
Options
- 
    [Install]- 
        RequiredBy=boot-complete.target
 
- 
        
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-boot-check-no-failures
- 
        ExecStart=/usr/lib/systemd/systemd-boot-check-no-failures
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=default.target graphical.target multi-user.target
- 
        Before=boot-complete.target shutdown.target
- 
        Conflicts=shutdown.target
- 
        Description=Check if Any System Units Failed
- 
        Documentation=man:systemd-boot-check-no-failures.service(8)
 
- 
        
Additionnal notes
Nothing here.