summaryrefslogtreecommitdiff
path: root/rpm/mongod.conf
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2013-09-26 18:19:33 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2013-09-27 12:35:14 -0400
commitf2d1b125b59b23f7be0d2e696bae706405124837 (patch)
tree215106b63daed11e56ea872fbe2284b5bc3884d5 /rpm/mongod.conf
parente2c0abfa3746aa034d2a279a6da276ea8cdca6e0 (diff)
downloadmongo-f2d1b125b59b23f7be0d2e696bae706405124837.tar.gz
SERVER-10876 Correct dbpath in rpm mongod.conf
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r--rpm/mongod.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf
index 94fe0913564..31b60e2e1d3 100644
--- a/rpm/mongod.conf
+++ b/rpm/mongod.conf
@@ -10,7 +10,7 @@ fork=true
#port=27017
-dbpath=/var/lib/mongo
+dbpath=/var/lib/mongodb
# location of pidfile
pidfilepath=/var/run/mongodb/mongod.pid