diff options
author | Mike Fiedler <miketheman@gmail.com> | 2012-02-17 09:31:04 -0800 |
---|---|---|
committer | Mike Fiedler <miketheman@gmail.com> | 2012-02-17 09:31:04 -0800 |
commit | 3829adb0ec12dc00b6dc232af6523aa4d7b47464 (patch) | |
tree | 73d3643cee8dcc581cf744b008d52ebeba6b9c4f /rpm/mongod.conf | |
parent | a74a5b216f329bdb0e0ec506a53e4c1cc57b9695 (diff) | |
download | mongo-3829adb0ec12dc00b6dc232af6523aa4d7b47464.tar.gz |
SERVER-2267 correcting the pidfile usage on RPM-based packages
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r-- | rpm/mongod.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 73ff749534f..dbfcc502e3d 100644 --- a/rpm/mongod.conf +++ b/rpm/mongod.conf @@ -12,6 +12,9 @@ fork = true dbpath=/var/lib/mongo +# location of pidfile +pidfilepath = /var/run/mongodb/mongod.pid + # Disables write-ahead journaling # nojournal = true |