You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/arpwatch/files/arpwatch.conf

17 lines
416 B

# 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