diff options
Diffstat (limited to 'databases/mongodb50/files/patch-rpm_mongod.conf')
-rw-r--r-- | databases/mongodb50/files/patch-rpm_mongod.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/mongodb50/files/patch-rpm_mongod.conf b/databases/mongodb50/files/patch-rpm_mongod.conf index 1a21e4250707..d2ab7fb69c08 100644 --- a/databases/mongodb50/files/patch-rpm_mongod.conf +++ b/databases/mongodb50/files/patch-rpm_mongod.conf @@ -14,12 +14,3 @@ journal: enabled: true # engine: -@@ -20,7 +20,7 @@ storage: - # how the process runs - processManagement: - fork: true # fork and run in background -- pidFilePath: /var/run/mongodb/mongod.pid # location of pidfile -+ pidFilePath: /var/db/mongodb/mongod.lock # location of pidfile - timeZoneInfo: /usr/share/zoneinfo - - # network interfaces |