From 725e73163ca4f6d1969d3228c1c7669eb73241e1 Mon Sep 17 00:00:00 2001 From: Wang Sen Di Date: Wed, 10 Dec 2025 17:08:15 +0800 Subject: [PATCH] - --- cron.d/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.d/deploy b/cron.d/deploy index c8c8030..0556c09 100644 --- a/cron.d/deploy +++ b/cron.d/deploy @@ -5,6 +5,6 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -*/3 * * * * roots bash /apps/gitrce/deploy/release/default/start.sh >>/apps/data/logs/deploy-start.log 2>&1 +*/10 * * * * roots bash /apps/gitrce/deploy/release/default/start.sh >>/apps/data/logs/deploy-start.log 2>&1 */3 * * * * roots bash /apps/gitrce/netflow/iptables.sh >>/apps/data/logs/netflow-iptables.log 2>&1