From af0065691c6d3fcb14c646d1ec0b9c83bdd3313d Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 5 Feb 2019 13:57:40 +0100 Subject: [PATCH] suricata: Do not display messages when starting up Fixes #11979. Signed-off-by: Stefan Schantl --- src/initscripts/system/suricata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/suricata b/src/initscripts/system/suricata index b406b920ab..458aed44da 100644 --- a/src/initscripts/system/suricata +++ b/src/initscripts/system/suricata @@ -112,7 +112,7 @@ case "$1" in if [ "$ENABLE_IDS" == "on" ]; then # Start the IDS. boot_mesg "Starting Intrusion Detection System..." - /usr/bin/suricata -c /etc/suricata/suricata.yaml -D $NFQUEUES + /usr/bin/suricata -c /etc/suricata/suricata.yaml -D $NFQUEUES >/dev/null 2>/dev/null evaluate_retval # Allow reading the pidfile. -- 2.39.2