Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-26 | Gracefully terminate process when stopping apt-daily-upgrade | Balint Reczey | |
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 | |||
2017-05-04 | Split apt-daily timer into two | Julian Andres Klode | |
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 |