summaryrefslogtreecommitdiff
path: root/templates/etc-default-openvpn.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/etc-default-openvpn.erb')
-rw-r--r--templates/etc-default-openvpn.erb20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/etc-default-openvpn.erb b/templates/etc-default-openvpn.erb
new file mode 100644
index 0000000..310e462
--- /dev/null
+++ b/templates/etc-default-openvpn.erb
@@ -0,0 +1,20 @@
+# This is the configuration file for /etc/init.d/openvpn
+
+#
+# Start only these VPNs automatically via init script.
+# Allowed values are "all", "none" or space separated list of
+# names of the VPNs. If empty, "all" is assumed.
+#
+#AUTOSTART="all"
+#AUTOSTART="none"
+#AUTOSTART="home office"
+#
+# Refresh interval (in seconds) of default status files
+# located in /var/run/openvpn.$NAME.status
+# Defaults to 10, 0 disables status file generation
+#
+#STATUSREFRESH=10
+#STATUSREFRESH=0
+# Optional arguments to openvpn's command line
+OPTARGS=""
+AUTOSTART=""