Answers for "how to start mongod process in the background"

0

how to start mongod process in the background

mongod --fork --logpath /var/log/mongod.log
Posted by: Guest on October-18-2020
0

run MongoDB manually as a background process macos

mongod --config /usr/local/etc/mongod.conf --fork
Posted by: Guest on May-01-2020

Code answers related to "how to start mongod process in the background"

Browse Popular Code Answers by Language