From: Tom Hughes Date: Fri, 25 Nov 2022 17:49:23 +0000 (+0000) Subject: Use monotomic timer to run matomo archiver X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9a04baf363c36f2c0bf395cf0d8ed9a1637371bb?hp=d225dda62ccb2036e610125f42cbe91b21809c80 Use monotomic timer to run matomo archiver --- 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