commit: 52c57d2e8707113c2b019013c83706b584b59bc7 Author: Slawomir Lis <slis <AT> gentoo <DOT> org> AuthorDate: Mon Jan 16 12:27:54 2017 +0000 Commit: Slawek Lis <slis <AT> gentoo <DOT> org> CommitDate: Mon Jan 16 12:27:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c57d2e
net-analyzer/suricata: updated config file Bug report: #605754 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/suricata/files/suricata-3.2-conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-analyzer/suricata/files/suricata-3.2-conf b/net-analyzer/suricata/files/suricata-3.2-conf index d8466b4..655b947 100644 --- a/net-analyzer/suricata/files/suricata-3.2-conf +++ b/net-analyzer/suricata/files/suricata-3.2-conf @@ -54,3 +54,9 @@ SURICATA_OPTS="-i eth0" # SURICATA_GROUP_q1="suricata" # SURICATA_USER="suricata" # SURICATA_GROUP="suricata" + +# Suricata processes can take a long time to shut down. +# If necessary, adjust timeout in seconds to be used when calling stop from the init script. +# Examples: +# SURICATA_MAX_WAIT_ON_STOP="300" +# SURICATA_MAX_WAIT_ON_STOP="SIGTERM/30"
