# Default commandline options for tcpspy. This file is sourced by /bin/sh from
# /etc/init.d/tcpspy. For more info on commandline options see tcpspy.8

# which rules file to use.  leave commented out for default:
#RULESFILE=/etc/tcpspy.rules

# run as 'nobody' and 'nogroup' by default.
OPTIONS="-U nobody -G nogroup"

# NOTE: tcpspy must run as root if you want to use tcpspy's '-p'
# option to log process filenames.  comment out the above OPTIONS
# line and uncomment the below.
#
#OPTIONS="-p"
