diff options
Diffstat (limited to 'rpm/mongod.conf')
| -rw-r--r-- | rpm/mongod.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpm/mongod.conf b/rpm/mongod.conf index 73ff749534f..060b08dff85 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 @@ -38,7 +41,7 @@ dbpath=/var/lib/mongo # 2=R # 3=both # 7=W+some reads -#oplog = 0 +#diaglog = 0 # Ignore query hints #nohints = true |
