This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=sysinit.target
 
- 
        
- 
    [Service]- 
        ExecStart=bootctl --no-variables --graceful update
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=local-fs.target
- 
        Before=sysinit.target shutdown.target systemd-update-done.service
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Automatic Boot Loader Update
- 
        Documentation=man:bootctl(1)
 
- 
        
Additionnal notes
Nothing here.