summarylogtreecommitdiffstats
path: root/openl2tpd-conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'openl2tpd-conf.d')
-rw-r--r--openl2tpd-conf.d17
1 files changed, 17 insertions, 0 deletions
diff --git a/openl2tpd-conf.d b/openl2tpd-conf.d
new file mode 100644
index 000000000000..9d57348380e4
--- /dev/null
+++ b/openl2tpd-conf.d
@@ -0,0 +1,17 @@
+# Settings for the OpenL2TP daemon.
+# OPENL2TPDARGS= : any extra command-line startup arguments for crond
+# -R - allow remote management using RPC
+# -d nnn - set debug trace mask to nnn
+# -L log-facility - set syslog facility (default LOG_DAEMON)
+#
+# OPENL2TPD_CONFIG_FILE= : a file containing L2TP config that
+# is loaded when openl2tpd starts up.
+
+# Use ipsec.so plugin for IPSec setups.
+#OPENL2TPDARGS="-p ipsec.so"
+OPENL2TPDARGS=
+
+# Config file to load at openl2tpd startup
+OPENL2TPD_CONFIG_FILE=
+
+