summaryrefslogtreecommitdiff
path: root/debian/apt-daily.service
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-04-26 20:03:56 +0200
committerJulian Andres Klode <jak@debian.org>2017-05-05 14:45:26 +0200
commita234cfe1466066aa1f404cf01e544f16cb517846 (patch)
tree2bd8707bcd7a2e2e8a96030fcc74689f5875764d /debian/apt-daily.service
parent820b469f0648eaa63356a812cd96ca8c4af6ac71 (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)
Diffstat (limited to 'debian/apt-daily.service')
-rw-r--r--debian/apt-daily.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/apt-daily.service b/debian/apt-daily.service
index 904ed5d51..4a946afdd 100644
--- a/debian/apt-daily.service
+++ b/debian/apt-daily.service
@@ -1,9 +1,9 @@
[Unit]
-Description=Daily apt activities
+Description=Daily apt download activities
Documentation=man:apt(8)
ConditionACPower=true
[Service]
Type=oneshot
-ExecStart=/usr/lib/apt/apt.systemd.daily
+ExecStart=/usr/lib/apt/apt.systemd.daily update