| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Installer packages need us to be online, or they are blocking
shutdowns in the worst case :(
LP: #1723761
|
|
|
|
|
|
|
|
|
|
|
| |
The main process is guessed by systemd. This prevents killing dpkg
run by unattended-upgrades in the middle of installing packages
and ensures graceful shutdown.
The timeout of 900 seconds after which apt-daily-upgrade.service
is killed is in sync with unattended-upgrades's timer.
LP: #1690980
|
|
The timer doing downloading runs throughout the day, whereas
automatic upgrade and clean actions only happen in the morning.
The upgrade service and timer have After= ordering requirements
on their non-upgrade counterparts to ensure that upgrading at
boot takes place after downloading.
LP: #1686470
|