summaryrefslogtreecommitdiff
path: root/debian/apt-daily-upgrade.service
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that we are online in apt-daily-upgrade.serviceJulian Andres Klode2018-06-251-1/+2
| | | | | | | Installer packages need us to be online, or they are blocking shutdowns in the worst case :( LP: #1723761
* Gracefully terminate process when stopping apt-daily-upgradeBalint Reczey2017-07-261-0/+2
| | | | | | | | | | | 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
* Split apt-daily timer into twoJulian Andres Klode2017-05-041-0/+9
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