diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-01-16 13:27:54 +0100 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-01-16 13:27:54 +0100 |
commit | 52c57d2e8707113c2b019013c83706b584b59bc7 (patch) | |
tree | 32ecbf060f6820ce4471577be2c8b49683af7776 /net-analyzer | |
parent | net-analyzer/suricata: updated init script (diff) | |
download | gentoo-52c57d2e8707113c2b019013c83706b584b59bc7.tar.gz gentoo-52c57d2e8707113c2b019013c83706b584b59bc7.tar.bz2 gentoo-52c57d2e8707113c2b019013c83706b584b59bc7.zip |
net-analyzer/suricata: updated config file
Bug report: #605754
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/suricata/files/suricata-3.2-conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-analyzer/suricata/files/suricata-3.2-conf b/net-analyzer/suricata/files/suricata-3.2-conf index d8466b43fb34..655b947fdd9b 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" |