summarylogtreecommitdiffstats
path: root/arpon.service.conf
diff options
context:
space:
mode:
Diffstat (limited to 'arpon.service.conf')
-rw-r--r--arpon.service.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/arpon.service.conf b/arpon.service.conf
index a2138ef875dd..565fc87252a9 100644
--- a/arpon.service.conf
+++ b/arpon.service.conf
@@ -1,7 +1,14 @@
-# Uncomment and modify ARPON_OPTS line below to the desired network interface
+# Uncomment and modify ARPON_OPTS to the desired network interface
# (-i,--interface) and ARP inspection mode (-S,--sarpi|-D,--darpi|-H,--harpi)
# before enabling and starting the systemd service. For more information
# on interface and ARP inspection mode selection consult the arpon man page.
# IMPORTANT: Do NOT set the daemon (-d,--daemon) option!
#ARPON_OPTS="--interface eth0 --harpi"
+
+
+# Uncomment and modify ARPON_SYSLOG_VERBOSITY to configure which messages
+# are sent to syslog. Options are CRIT, ERR, WARNING, INFO, and DEBUG,
+# in order of increasing verbosity. Defaults to INFO if unset or invalid.
+
+#ARPON_SYSLOG_VERBOSITY=INFO