diff options
author | Ernie Hershey <ernie.hershey@10gen.com> | 2013-09-26 18:19:33 -0400 |
---|---|---|
committer | Ernie Hershey <ernie.hershey@10gen.com> | 2013-09-27 12:35:14 -0400 |
commit | f2d1b125b59b23f7be0d2e696bae706405124837 (patch) | |
tree | 215106b63daed11e56ea872fbe2284b5bc3884d5 | |
parent | e2c0abfa3746aa034d2a279a6da276ea8cdca6e0 (diff) | |
download | mongo-f2d1b125b59b23f7be0d2e696bae706405124837.tar.gz |
SERVER-10876 Correct dbpath in rpm mongod.conf
-rw-r--r-- | rpm/mongod.conf | 2 |
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 |