summaryrefslogtreecommitdiff
path: root/rpm/mongod.conf
diff options
context:
space:
mode:
authorMike Fiedler <miketheman@gmail.com>2012-02-17 09:31:04 -0800
committerMike Fiedler <miketheman@gmail.com>2012-02-17 09:31:04 -0800
commit3829adb0ec12dc00b6dc232af6523aa4d7b47464 (patch)
tree73d3643cee8dcc581cf744b008d52ebeba6b9c4f /rpm/mongod.conf
parenta74a5b216f329bdb0e0ec506a53e4c1cc57b9695 (diff)
downloadmongo-3829adb0ec12dc00b6dc232af6523aa4d7b47464.tar.gz
SERVER-2267 correcting the pidfile usage on RPM-based packages
Diffstat (limited to 'rpm/mongod.conf')
-rw-r--r--rpm/mongod.conf3
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