summaryrefslogtreecommitdiffstats
path: root/main/arpwatch/arpwatch.confd
blob: f44221aa36ccb2a9ce8af83eef30df244ce3b973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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"