]> git.openstreetmap.org Git - chef.git/commitdiff
Correct matomo archive time
authorTom Hughes <tom@compton.nu>
Thu, 24 Nov 2022 23:03:24 +0000 (23:03 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 24 Nov 2022 23:03:24 +0000 (23:03 +0000)
cookbooks/matomo/recipes/default.rb

index a14a76954bb9f80411020ff09d645b5d129737a9..c72f7aac440312f265a37a2b0b8cd45df2131805 100644 (file)
@@ -211,7 +211,7 @@ end
 
 systemd_timer "matomo-archive" do
   description "Matomo report archiving"
-  on_calendar "00:05"
+  on_calendar "*:05"
 end
 
 service "matomo-archive.timer" do