]> git.saurik.com Git - apt.git/commitdiff
Fix `OnCalendar=*-*-* 6,18:00` instead of `OnCalendar=*-*-* 6:00,18:00`
authorMichael Vogt <mvo@debian.org>
Mon, 4 Apr 2016 14:52:27 +0000 (16:52 +0200)
committerMichael Vogt <mvo@debian.org>
Mon, 4 Apr 2016 14:52:27 +0000 (16:52 +0200)
See https://github.com/systemd/systemd/issues/2956 - it appears that
`OnCalendar=*-*-* 6,18:00` and `OnCalendar=*-*-* 6:00,18:00` are
quite different.

Git-Dch: ignore

debian/apt-daily.timer

index 037f00e2454e2c6ade67b3c0a9fc0fd4bc83e25b..a8e182c8514fb69092f47c3992bbcfdb06bb5584 100644 (file)
@@ -2,7 +2,7 @@
 Description=Daily apt activities
 
 [Timer]
-OnCalendar=*-*-* 6:00,18:00
+OnCalendar=*-*-* 6,18:00
 RandomizedDelaySec=12h
 AccuracySec=1h
 Persistent=true