Skip to content

Commit 147121f

Browse files
committed
Add daemons as well
1 parent 97e7054 commit 147121f

File tree

14 files changed

+52
-0
lines changed

14 files changed

+52
-0
lines changed

harness/daemons/cfgx/db/.empty

Whitespace-only changes.

harness/daemons/cfgx/log/run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec cat - > log.txt

harness/daemons/cfgx/run

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
. ../.env
4+
5+
exec mongod $COMMONCOPTS \
6+
--port 40109 \
7+
--configsvr \
8+
$CFGXOPTS

harness/daemons/dbx1/db/.empty

Whitespace-only changes.

harness/daemons/dbx1/log/run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec cat - > log.txt

harness/daemons/dbx1/run

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
. ../.env
4+
5+
exec mongod $COMMONDOPTS \
6+
--port 40091 \
7+
--shardsvr

harness/daemons/dbx2/db/.empty

Whitespace-only changes.

harness/daemons/dbx2/log/run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec cat - > log.txt

harness/daemons/dbx2/run

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
. ../.env
4+
5+
exec mongod $COMMONDOPTS \
6+
--port 40092 \
7+
--shardsvr

harness/daemons/dbx3/db/.empty

Whitespace-only changes.

0 commit comments

Comments
 (0)