summaryrefslogtreecommitdiff
path: root/rpm/mongod.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r--rpm/mongod.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf
index 0c871866cde..b8897b27b4c 100644
--- a/rpm/mongod.conf
+++ b/rpm/mongod.conf
@@ -1,7 +1,10 @@
# mongo.conf
#where to log
-logpath=/var/log/mongod
+logpath=/var/log/mongo/mongod.log
+
+# fork and run in background
+fork = true
#port = 27017