aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-scanners/arpwatch/files/arpwatch.default
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-scanners/arpwatch/files/arpwatch.default')
-rw-r--r--recipes-scanners/arpwatch/files/arpwatch.default7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-scanners/arpwatch/files/arpwatch.default b/recipes-scanners/arpwatch/files/arpwatch.default
new file mode 100644
index 0000000..b0a7d8f
--- /dev/null
+++ b/recipes-scanners/arpwatch/files/arpwatch.default
@@ -0,0 +1,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"