From a702353e262542fd5becc930e42b2a47caca2a00 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 14 Jul 2022 09:44:42 +0000 Subject: [PATCH] c170: Ship suricata Signed-off-by: Michael Tremer --- config/rootfiles/core/170/filelists/suricata | 1 + config/rootfiles/core/170/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/170/filelists/suricata diff --git a/config/rootfiles/core/170/filelists/suricata b/config/rootfiles/core/170/filelists/suricata new file mode 120000 index 0000000000..f671f69933 --- /dev/null +++ b/config/rootfiles/core/170/filelists/suricata @@ -0,0 +1 @@ +../../../common/suricata \ No newline at end of file diff --git a/config/rootfiles/core/170/update.sh b/config/rootfiles/core/170/update.sh index 9bc3d966ed..aaa42cbb4b 100644 --- a/config/rootfiles/core/170/update.sh +++ b/config/rootfiles/core/170/update.sh @@ -114,6 +114,7 @@ sed -i /etc/collectd.conf \ # Start services /etc/init.d/rc.d/unbound start +/etc/init.d/rc.d/suricata restart # This update needs a reboot... touch /var/run/need_reboot -- 2.39.2