diff options
author | Julian Andres Klode <jak@debian.org> | 2017-04-26 20:03:56 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-05-05 14:50:39 +0200 |
commit | 55100ab1e47d24224d2fa1abb3ccce2130469884 (patch) | |
tree | 94fba0ca141ca5bafcc030077048860a870b4add /debian/apt-daily-upgrade.service | |
parent | 82579d3ef511d553d374150b18e6ad6f3cfd872b (diff) |
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
(cherry picked from commit 496313fb8e83af2ba71f6ce3d729be687c293dfd)
(cherry picked from commit a234cfe1466066aa1f404cf01e544f16cb517846)
Diffstat (limited to 'debian/apt-daily-upgrade.service')
-rw-r--r-- | debian/apt-daily-upgrade.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/apt-daily-upgrade.service b/debian/apt-daily-upgrade.service new file mode 100644 index 000000000..bf2776ac8 --- /dev/null +++ b/debian/apt-daily-upgrade.service @@ -0,0 +1,9 @@ +[Unit] +Description=Daily apt upgrade and clean activities +Documentation=man:apt(8) +ConditionACPower=true +After=apt-daily.service + +[Service] +Type=oneshot +ExecStart=/usr/lib/apt/apt.systemd.daily install |