From f689e65a72ae9693c0a17987c8e32d724bb9fb6c Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 9 Aug 2020 14:20:24 -0500 Subject: Added periodit goaccess update role --- goaccess/templates/goaccess.timer.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 goaccess/templates/goaccess.timer.j2 (limited to 'goaccess/templates/goaccess.timer.j2') diff --git a/goaccess/templates/goaccess.timer.j2 b/goaccess/templates/goaccess.timer.j2 new file mode 100644 index 0000000..7f68e81 --- /dev/null +++ b/goaccess/templates/goaccess.timer.j2 @@ -0,0 +1,9 @@ +[Unit] +Description=GoAccess refresh timer + +[Timer] +OnCalendar={{goaccess_timer_freq}} +Unit=goaccess.service + +[Install] +WantedBy=timers.target -- cgit v1.2.3