diff options
Diffstat (limited to 'databases/mongodb50/files/patch-rpm_mongod.conf')
-rw-r--r-- | databases/mongodb50/files/patch-rpm_mongod.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/mongodb50/files/patch-rpm_mongod.conf b/databases/mongodb50/files/patch-rpm_mongod.conf deleted file mode 100644 index d2ab7fb69c08..000000000000 --- a/databases/mongodb50/files/patch-rpm_mongod.conf +++ /dev/null @@ -1,16 +0,0 @@ ---- rpm/mongod.conf.orig 2019-08-08 20:06:23 UTC -+++ rpm/mongod.conf -@@ -7,11 +7,11 @@ - systemLog: - destination: file - logAppend: true -- path: /var/log/mongodb/mongod.log -+ path: /var/db/mongodb/mongod.log - - # Where and how to store data. - storage: -- dbPath: /var/lib/mongo -+ dbPath: /var/db/mongodb - journal: - enabled: true - # engine: |