From: Michael Tremer Date: Sat, 9 Aug 2025 14:17:09 +0000 (+0100) Subject: suricata: Reload the reporter process, too X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a57f8b6412ceaad0b3b6d76b90f345ad39ca9b59;p=people%2Fstevee%2Fipfire-2.x.git suricata: Reload the reporter process, too Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/system/suricata b/src/initscripts/system/suricata index d885150db..1565f795a 100644 --- a/src/initscripts/system/suricata +++ b/src/initscripts/system/suricata @@ -233,6 +233,10 @@ case "$1" in # of the ruleset. kill -USR2 $(pidof suricata) + # Reload the reporter + PIDFILE="/var/run/suricata/reporter.pid" \ + reloadproc /usr/bin/suricata-reporter + # Flush the firewall chain. flush_fw_chain