mongod.conf :
storage:
dbPath: /var/mongodb/db
net:
bindIp: localhost
port: 27000
security:
authorization: enabled
systemLog:
destination: file
path: /var/mongodb/logs/mongod.log
logAppend: true
processManagement:
fork: true
command I run :
mongod --fork --logpath /var/mongodb/logs/mongod.log
Error I’m getting :
ERROR: child process failed, exited with error number 100
To see additional information in this output, start without the “–fork” option.