Merge "MySQL element - correct os-svc-restart arguments"

This commit is contained in:
Jenkins 2014-05-21 09:47:46 +00:00 committed by Gerrit Code Review
commit 39f317a738
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ ! -e ${MYSQL_INITIALIZED} ]; then
# We install this init script so we can trust this path exists
/etc/init.d/mysql bootstrap-pxc
else
os-svc-restart mysql
os-svc-restart -n mysql
fi
# We did db initialization by hand so reset-db doesnt need to interfere