Commit e144b387 authored by Łukasz Nowak's avatar Łukasz Nowak

- use mysqld_safe


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32446 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40d85cd6
......@@ -44,7 +44,7 @@ command =
[start-mysql-instance]
recipe = plone.recipe.command
command = ${buildout:bin-directory}/mysqld --defaults-file=${configuration:mysql_cnf_file} &
command = ${buildout:bin-directory}/mysqld_safe --defaults-file=${configuration:mysql_cnf_file} &
update-command = ${:command}
[stop-mysql-instance]
......
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