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 ...@@ -22,9 +22,9 @@ service kubelet restart
echo "start mysql" echo "start mysql"
service mysql restart service mysql restart
echo "start redis" echo "start redis"
service redis restart service redis-server restart
echo "start mongo" echo "start mongo"
service mongod restart service mongodb restart
echo "start elasticsearch" echo "start elasticsearch"
service elasticsearch restart service elasticsearch restart
################################################################### ###################################################################
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!