github.com/lianghucheng/zrddz@v0.0.0-20200923083010-c71f680932e2/src/gopkg.in/mgo.v2/harness/daemons/cfg1/run (about)

     1  #!/bin/sh
     2  
     3  . ../.env
     4  
     5  exec mongod $COMMONCOPTS \
     6  	--port 40101 \
     7  	--configsvr
     8