restart mysql in start.sh and not container setup

This commit is contained in:
Girish Ramakrishnan
2015-08-13 15:16:01 -07:00
parent c2ab7e2c1f
commit d6a4ff23e2
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ cp "${container_files}/sudoers" /etc/sudoers.d/yellowtent
########## collectd
rm -rf /etc/collectd
ln -sfF "${DATA_DIR}/collectd" /etc/collectd
service collectd restart
########## nginx
# link nginx config to system config
@@ -37,7 +36,6 @@ ln -s "${DATA_DIR}/nginx" /etc/nginx
########## mysql
cp "${container_files}/mysql.cnf" /etc/mysql/mysql.cnf
service mysql restart
########## Enable services
update-rc.d -f collectd defaults