aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-scanners/arpwatch/files/arpwatch.default
blob: b0a7d8f9ff1c546fbfff1958fdd420257d7b56a8 (plain)
1
2
3
4
5
6
7
# Global options for arpwatch(8).

# Debian: don't report bogons, don't use PROMISC.
ARGS="-N -p"

# Debian: run as `arpwatch' user.  Empty this to run as root.
RUNAS="arpwatch"