From c47863aca36bfdcd3eb7bc8a9a4d655818d4c9cb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 2 Jul 2024 09:19:33 +0000 Subject: [PATCH] core187: Restart Suricata during the update Signed-off-by: Michael Tremer --- config/rootfiles/core/187/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/187/update.sh b/config/rootfiles/core/187/update.sh index a70390fcc6..5e3dbdf20d 100644 --- a/config/rootfiles/core/187/update.sh +++ b/config/rootfiles/core/187/update.sh @@ -51,6 +51,7 @@ ldconfig # Start services /etc/init.d/unbound restart +/etc/init.d/suricata restart # Build initial ramdisks (for intel-microcode) dracut --regenerate-all --force -- 2.39.5