Reverts the following change of v2.42, because it did not fix anything:

- [Tried to fix snap mongodb-control not starting database](2c5628b5fb).

Thanks to xet7.
This commit is contained in:
Lauri Ojansivu 2019-03-07 17:17:21 +02:00
parent 31777ce804
commit 4055f451fd

View file

@ -29,4 +29,4 @@ if [ "x" != "x${MONGODB_PORT}" ]; then
fi
echo "mongodb bind options: $BIND_OPTIONS"
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles