Creating template

This commit is contained in:
Template builder
2014-09-15 11:34:44 -04:00
committed by fabianofranz
parent 14ef5af936
commit 0b46187ac5
9 changed files with 330 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
For information about action hooks, consult the documentation:
http://openshift.github.io/documentation/oo_user_guide.html#action-hooks

View File

@@ -5,4 +5,3 @@ then
client_result "Application is already stopped"
else
kill `ps -ef | grep commafeed | grep -v grep | awk '{ print $2 }'` > /dev/null 2>&1
fi