]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
suricata: Do not display messages when starting up
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2019 12:57:40 +0000 (13:57 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2019 12:57:40 +0000 (13:57 +0100)
Fixes #11979.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/initscripts/system/suricata

index b406b920ab5af20c4b13eec92c9e7084d5692b5e..458aed44da8220bc239b88f358276ef14043291c 100644 (file)
@@ -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.