summaryrefslogtreecommitdiff
blob: 93bdc772bff7fb88ab3e3d63a9f2cd11f95eb049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Config file for /etc/init.d/log_packets
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# This tell snort which interface to listen on (any for every interface)
IFACE=eth1

# Make sure this matches your IFACE
PIDFILE=/run/sguil-log_packets_$IFACE.pid

# You probably don't want to change this, but in case you do
LOGDIR="/var/lib/sguil"

# Percentage of disk to try and maintain
MAX_DISK_USE=95

# This pulls in the options above
OPTIONS="-m 122 -u sguil -g sguil"