From: Tom Hughes Date: Thu, 24 Nov 2022 23:03:24 +0000 (+0000) Subject: Correct matomo archive time X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/487ddc19a079499d9c990df3c052a4a5cdf26d4c?hp=6a87f29688b46baa945304decaec7066de624d1f Correct matomo archive time --- diff --git a/cookbooks/matomo/recipes/default.rb b/cookbooks/matomo/recipes/default.rb index a14a76954..c72f7aac4 100644 --- a/cookbooks/matomo/recipes/default.rb +++ b/cookbooks/matomo/recipes/default.rb @@ -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