This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecStart=/usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
- 
        KillMode=process
- 
        TimeoutStopSecIntroduced in systemd 188=1800
 
- 
        
- 
    [Unit]- 
        After=network.target local-fs.target systemd-logind.service
- 
        Description=Unattended Upgrades Shutdown
- 
        Documentation=man:unattended-upgrade(8)
- 
        RequiresMountsFor=/run /var/log /var/run /var/lib /boot
 
- 
        
Additionnal notes
Nothing here.