summaryrefslogtreecommitdiff
path: root/net-analyzer/arpwatch/files/arpwatch.conf
blob: 070f0edad80bd2716bdfb5570f8da8f8c6ae1a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Config file for /etc/systemd/system/arpwatch
# see arpwatch.8 for more information

IFACES=-i eno1

# Location of the PID file
PIDFILE=-P /run/arpwatch.pid

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

# Where to store the data (default is /usr/share/arpwatch)
DATA=-f /var/log/arpwatch/eno1.dat

# Comment this line if you wish arpwatch to run as root user (not recommended)
RUNUSER=-u arpwatch