diff options
author | Michael Vogt <mvo@debian.org> | 2016-04-04 16:52:27 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2016-04-04 16:52:27 +0200 |
commit | c9a2e4db0001729574bfe52d6663d066f0c59baa (patch) | |
tree | 1301841ff7d00aa42befe1b3242abdcb52d5a1ab /debian | |
parent | c4383df494bbe753d36f258e8642272bed38b786 (diff) |
Fix `OnCalendar=*-*-* 6,18:00` instead of `OnCalendar=*-*-* 6:00,18:00`
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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt-daily.timer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt-daily.timer b/debian/apt-daily.timer index 037f00e24..a8e182c85 100644 --- a/debian/apt-daily.timer +++ b/debian/apt-daily.timer @@ -2,7 +2,7 @@ Description=Daily apt activities [Timer] -OnCalendar=*-*-* 6:00,18:00 +OnCalendar=*-*-* 6,18:00 RandomizedDelaySec=12h AccuracySec=1h Persistent=true |