8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
# 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"
|