summaryrefslogtreecommitdiff
path: root/support/openvpn/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-28 13:44:30 +0000
committerRoy Marples <roy@marples.name>2007-11-28 13:44:30 +0000
commitf434007b982bf49029641d1238d929507abb4235 (patch)
tree8c909e8aae7c4e6ab4256616d3339b53b291f682 /support/openvpn/README
parentd651155b61a6f9ca3fe53e60718f3b43e04b23c8 (diff)
downloadopenrc-f434007b982bf49029641d1238d929507abb4235.tar.gz
openrc-f434007b982bf49029641d1238d929507abb4235.tar.bz2
openrc-f434007b982bf49029641d1238d929507abb4235.tar.xz
Add OpenVPN support files
Diffstat (limited to 'support/openvpn/README')
-rw-r--r--support/openvpn/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/openvpn/README b/support/openvpn/README
new file mode 100644
index 0000000..9ff435d
--- /dev/null
+++ b/support/openvpn/README
@@ -0,0 +1,8 @@
+These handy scripts setup any dns information that OpenVPN may push.
+They also handle the interaction with OpenRC so that the OpenVPN service
+can become "inactive". This means that when it starts, it goes inactive and
+OpenRC continues on its merry way booting the system. When OpenVPN connects
+to an endpoint it then re-starts the OpenVPN service and starts up any
+services that depend on us. A similar thing happens when we shut down.
+
+Of course, this is all optional.