openrc/support/openvpn
William Hubbs 000503fad7 Convert OpenRC to a centralized copyright/license structure
In the past, OpenRC was a hybrid of a centralized and file-scope
license/copyright structure.

I followed the instructions from the Software Freedom Law Center [1] to
convert to a Centralized structure where possible, for easier future
maintenance.

[1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
2015-12-21 12:16:06 -06:00
..
down.sh Convert OpenRC to a centralized copyright/license structure 2015-12-21 12:16:06 -06:00
README Add OpenVPN support files 2007-11-28 13:44:30 +00:00
up.sh Convert OpenRC to a centralized copyright/license structure 2015-12-21 12:16:06 -06:00

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.