MySQL element - correct os-svc-restart arguments

Change-Id: I9e1c46d639f044c1d33e60fc556623d0516f73e4
This commit is contained in:
Kiall Mac Innes 2014-04-24 19:26:44 +01:00
parent bc89f3ee42
commit b051ee7a2b
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