# What user account should we run under.
USER="snortd"

# What group account should we run under. 
GROUP="snortd"

# define the interface we listen on
INTERFACE="eth0"

# If you are using prelude, delete the '-A fast' option
SNORT_OPTIONS="-A fast -b -l /var/log/snort -d"
