public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] suricata: Perform ruleset update every 12 hours.
@ 2022-05-08 13:23 Stefan Schantl
  2022-05-08 14:23 ` Peter Müller
  2022-05-08 16:12 ` Michael Tremer
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Schantl @ 2022-05-08 13:23 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 826 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 config/cron/crontab | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/cron/crontab b/config/cron/crontab
index d61d26619..c42104626 100644
--- a/config/cron/crontab
+++ b/config/cron/crontab
@@ -62,8 +62,8 @@ HOME=/
 # Update location database
 %hourly,random * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-location-database >/dev/null 2>&1
 
-# Update surciata rules.
-%daily,random * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-ids-ruleset >/dev/null 2>&1
+# Perform a surciata rules update every 12 hours.
+@ 12h [ -f "/var/ipfire/red/active" ] && /usr/local/bin/update-ids-ruleset >/dev/null 2>&1
 
 # Retry sending spooled mails regularly
 %hourly * /usr/sbin/dma -q
-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <c2a2e4d8-4c28-0221-ceb7-155488738412@yahoo.com>]

end of thread, other threads:[~2022-05-12  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08 13:23 [PATCH] suricata: Perform ruleset update every 12 hours Stefan Schantl
2022-05-08 14:23 ` Peter Müller
2022-05-08 16:12 ` Michael Tremer
     [not found] <c2a2e4d8-4c28-0221-ceb7-155488738412@yahoo.com>
2022-05-12  9:23 ` : " Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox