From 487ddc19a079499d9c990df3c052a4a5cdf26d4c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 24 Nov 2022 23:03:24 +0000 Subject: [PATCH] Correct matomo archive time --- cookbooks/matomo/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2