summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/harness/daemons/cfg3/run
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/harness/daemons/cfg3/run')
-rwxr-xr-xsrc/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/harness/daemons/cfg3/run14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/harness/daemons/cfg3/run b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/harness/daemons/cfg3/run
deleted file mode 100755
index 39e64cdb3e1..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/harness/daemons/cfg3/run
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-. ../.env
-
-if versionAtLeast 3 4; then
- # 3.4 required config servers to be a replica set
- COMMONCOPTS="--replSet csrs3 $COMMONCOPTS"
-fi
-
-exec mongod $COMMONCOPTS \
- --port 40103 \
- --configsvr \
- --auth \
- --keyFile=../../certs/keyfile