From 9a04baf363c36f2c0bf395cf0d8ed9a1637371bb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 25 Nov 2022 17:49:23 +0000 Subject: [PATCH 1/1] Use monotomic timer to run matomo archiver --- cookbooks/matomo/recipes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/matomo/recipes/default.rb b/cookbooks/matomo/recipes/default.rb index 9cea5099d..0e6576103 100644 --- a/cookbooks/matomo/recipes/default.rb +++ b/cookbooks/matomo/recipes/default.rb @@ -212,7 +212,8 @@ end systemd_timer "matomo-archive" do description "Matomo report archiving" - on_calendar "*:05" + on_boot_sec "30m" + on_unit_inactive_sec "30m" end service "matomo-archive.timer" do -- 2.39.5