From be4228d9f81b5da729ecb9f6cfe53c31e96371bd Mon Sep 17 00:00:00 2001 From: Ronaldo Dias Date: Sat, 6 Jun 2026 10:07:08 -0300 Subject: [PATCH] Altera intervalo do timer de chamado-health para 2 minutos Co-Authored-By: Claude Sonnet 4.6 --- systemd/chamado-health.timer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/chamado-health.timer b/systemd/chamado-health.timer index 9cac14e..6881bc9 100644 --- a/systemd/chamado-health.timer +++ b/systemd/chamado-health.timer @@ -1,8 +1,8 @@ [Unit] -Description=Run Chamado Health check every minute +Description=Run Chamado Health check every 2 minutes [Timer] -OnCalendar=minutely +OnCalendar=*:0/2 Persistent=true [Install]