summaryrefslogtreecommitdiff
blob: 98abe0417740d630be02ad4345ba97f76555dc6b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Config file for /etc/init.d/arpwatch
# see arpwatch.8 for more information

#IFACES="eth0 eth1"
IFACES="eth0"

# Additional options to pass to arpwatch.
OPTIONS="-N -p"

# Comment this line if you wish arpwatch to run as root user (not recommended)
ARPUSER="arpwatch"