Merge "Change apache service to restart"

This commit is contained in:
Jenkins 2015-05-01 12:46:27 +00:00 committed by Gerrit Code Review
commit e3e62da3dc
2 changed files with 2 additions and 4 deletions

View File

@ -37,6 +37,5 @@ echo "Checking dashboard configuration."
check_dashboard_settings
echo "Reloading apache and memcached service."
sudo service apache2 stop
sudo service apache2 start
sudo service apache2 restart
sudo service memcached restart

View File

@ -54,6 +54,5 @@ echo "Checking dashboard configuration."
check_dashboard_settings
echo "Reloading apache and memcached service."
sudo service apache2 stop
sudo service apache2 start
sudo service apache2 restart
sudo service memcached restart