Commit cb68ff1e by tingweiwang

Update start_autodl.sh

1 parent 4db69dfc
Showing with 2 additions and 2 deletions
......@@ -22,9 +22,9 @@ service kubelet restart
echo "start mysql"
service mysql restart
echo "start redis"
service redis restart
service redis-server restart
echo "start mongo"
service mongod restart
service mongodb restart
echo "start elasticsearch"
service elasticsearch restart
###################################################################
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!