On 7/14/13 5:41 PM, Jeffrey Blank wrote:
Typo here:
+# Stop SERVICENAME if currently running

Otherwise seems harmless enough.

Updated:

+++ b/RHEL6/input/fixes/bash/templates/template_service_enabled
@@ -0,0 +1,9 @@
+#
+# Enable SERVICENAME for all run levels
+#
+chkconfig --level 0123456 SERVICENAME on
+
+#
+# Start SERVICENAME if not currently running
+#
+service SERVICENAME start