Commit 0271ccd7 authored by Łukasz Nowak's avatar Łukasz Nowak

- buildout level mysql stop


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31956 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92e74804
......@@ -42,6 +42,11 @@ recipe = plone.recipe.command
command = ${buildout:bin-directory}/mysqld &
update-command = ${:command}
[stop-mysql-instance]
recipe = plone.recipe.command
command = kill `cat ${mycnf:pid}`
update-command = ${:command}
[mycnf]
recipe = plone.recipe.command
command =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment