./mongos --configdb mongodb0.test.net:27030,mongodb1.test.net:27030,mongodb2.test.net:27030 --port 27040 --logpath routing.log --fork
I run this script to setup my routing server.
For mongod, I can use --shutdown or enter to mongo and write db.shutdownServer() but it is not the case for mongos.
are there any ways to shutdown? Thank you.