mirror of https://github.com/apache/cloudstack.git
Use upstart to start mysql and get rid of the warnings
Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
parent
e52f3ab932
commit
348bd2f3cc
|
|
@ -58,7 +58,7 @@ sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password passwor
|
|||
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password your_password'
|
||||
sudo apt-get -q -y install mysql-server > /dev/null
|
||||
|
||||
sudo /etc/init.d/mysql start
|
||||
sudo start mysql
|
||||
|
||||
echo -e "\nInstalling Development tools: "
|
||||
RETRY_COUNT=3
|
||||
|
|
|
|||
Loading…
Reference in New Issue