summaryrefslogtreecommitdiff
path: root/templates/etc-default-openvpn.erb
diff options
context:
space:
mode:
authorRaffael Schmid <raffael@yux.ch>2011-08-12 10:13:29 +0200
committerRaffael Schmid <raffael@yux.ch>2011-08-12 10:13:29 +0200
commit55b874ebf13d218437f3edd7002d2ff41c7ef457 (patch)
treea332d937abdd140afeb55327801c60fbaa5832c4 /templates/etc-default-openvpn.erb
parent6f70eb67b81492406f3955b16a992ac29085a1ec (diff)
add module content
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=""