From badf52135e97531e6c91743322bdbe16105b43e5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 9 Jul 2026 22:13:03 +0300 Subject: Refactor jails --- roles/jails/12_goaccess/templates/etc_crontab | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/jails/12_goaccess/templates/etc_crontab (limited to 'roles/jails/12_goaccess/templates/etc_crontab') diff --git a/roles/jails/12_goaccess/templates/etc_crontab b/roles/jails/12_goaccess/templates/etc_crontab new file mode 100644 index 0000000..9984f47 --- /dev/null +++ b/roles/jails/12_goaccess/templates/etc_crontab @@ -0,0 +1,5 @@ +SHELL=/bin/sh +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin + +# Update goaccess report HTML every hour +0 * * * * root /usr/local/bin/gen_goaccess.sh -- cgit v1.3