This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/usr/lib/systemd/systemd-update-done
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=local-fs.target
- 
        Before=sysinit.target shutdown.target
- 
        ConditionNeedsUpdate=|/etc |/var
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Update is Completed
- 
        Documentation=man:systemd-update-done.service(8)
 
- 
        
Additionnal notes
Nothing here.