From a6f11b852579e5b345edbabcc5e5e8d209da0eef Mon Sep 17 00:00:00 2001 From: Shawn Davis Date: Mon, 18 Dec 2023 16:37:35 -0600 Subject: [PATCH] Added crontab for Matomo. --- scripttease/data/inventory/matomo/templates/crontab.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripttease/data/inventory/matomo/templates/crontab.txt diff --git a/scripttease/data/inventory/matomo/templates/crontab.txt b/scripttease/data/inventory/matomo/templates/crontab.txt new file mode 100644 index 0000000..3539b92 --- /dev/null +++ b/scripttease/data/inventory/matomo/templates/crontab.txt @@ -0,0 +1,6 @@ +# 12:15am EST is 4:15am UTC. +# Cron times are in UTC. +# See https://savvytime.com/converter/est-to-utc +# See https://crontab.guru/ + +5 * * * * {{ apache_user }} /usr/bin/php {{ deploy.current_path }}/console core:archive --url=https://{{ domain_name }}/ > {{ deploy.current_path }}/archive.log