Jon Ciesla 9a96fb3
--- sample-scripts/openvpn.init~	2011-04-06 11:05:52.000000000 -0500
Jon Ciesla 9a96fb3
+++ sample-scripts/openvpn.init	2011-05-19 13:06:51.049143974 -0500
Jon Ciesla 9a96fb3
@@ -3,13 +3,14 @@
5994929
 # openvpn       This shell script takes care of starting and stopping
5994929
 #               openvpn on RedHat or other chkconfig-based system.
5994929
 #
5994929
-# chkconfig: 345 24 76
Jon Ciesla 9a96fb3
-#
Jon Ciesla 9a96fb3
-# description: OpenVPN is a robust and highly flexible tunneling application \
Jon Ciesla 9a96fb3
-#              that uses all of the encryption, authentication, and \
Jon Ciesla 9a96fb3
-#              certification features of the OpenSSL library to securely \
Jon Ciesla 9a96fb3
-#              tunnel IP networks over a single UDP port.
5994929
+# chkconfig: - 24 76
5994929
 #
170f728
+# processname: openvpn
5994929
+# description: OpenVPN is a robust and highly flexible tunneling \
5994929
+#              application that uses all of the encryption, \
5994929
+#              authentication, and certification features of the OpenSSL \
5994929
+#              library to securely tunnel IP networks over a single UDP \
5994929
+#              port.
5994929
 
5994929
 # Contributed to the OpenVPN project by
Jon Ciesla 9a96fb3
 # Douglas Keller <doug@voidstar.dyndns.org>