Browse Source

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
Michael Vogt 8 years ago
parent
commit
c9a2e4db00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/apt-daily.timer

+ 1 - 1
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