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/?a=commitdiff_plain;h=648b5328f57a20c604bb2c205b6be4dfb3d3def1;p=ipfire-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