From 496313fb8e83af2ba71f6ce3d729be687c293dfd Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 26 Apr 2017 20:03:56 +0200 Subject: Split apt-daily timer into two 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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 5f990c72e..247022398 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ override_dh_systemd_start: # Do not restart "apt-daily.service" because this script runs # unattended-upgrades. So if apt itself is upgraded as part of # an unattended-upgrades run it would kill itself - dh_systemd_start apt-daily.timer + dh_systemd_start apt-daily.timer apt-daily-upgrade.timer override_dh_auto_configure-arch: flags=-DWITH_DOC=OFF override_dh_auto_configure-indep: flags=-DWITH_DOC=ON -- cgit v1.2.3