- Added init script info block, BZ 392991, BZ 541219.epel8
parent
b466ea788b
commit
a0543ccb14
@ -0,0 +1,5 @@
|
||||
--- sample-scripts/openvpn.init~ 2010-01-04 08:30:35.000000000 -0600
|
||||
+++ sample-scripts/openvpn.init 2010-01-04 15:53:29.503900367 -0600
|
||||
@@ -153 +153 @@
|
||||
- . $bn.sh
|
||||
+ . ./$bn.sh
|
@ -0,0 +1,16 @@
|
||||
--- sample-scripts/openvpn.init~ 2010-01-04 16:52:25.000000000 -0600
|
||||
+++ sample-scripts/openvpn.init 2010-01-05 05:48:24.043085950 -0600
|
||||
@@ -15,0 +16,13 @@
|
||||
+### BEGIN INIT INFO
|
||||
+# Provides: openvpn
|
||||
+# Required-Start: $network
|
||||
+# Required-Stop: $network
|
||||
+# Short-Description: start and stop openvpn
|
||||
+# Description: OpenVPN is a robust and highly flexible tunneling \
|
||||
+# application that uses all of the encryption, \
|
||||
+# authentication, and certification features of the OpenSSL \
|
||||
+# library to securely tunnel IP networks over a single UDP \
|
||||
+# port.
|
||||
+### END INIT INFO
|
||||
+
|
||||
+
|
Loading…
Reference in new issue