1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #943 from holta/mongodb-unit-file-for-now

Comment out "mongod --repair" as interim workaround to #942 [MongoDB/Sugarizer]
This commit is contained in:
A Holt 2018-07-21 10:52:41 -04:00 committed by GitHub
commit 88ac3602a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ After=syslog.target network.target
Type=simple
User=mongodb
Group=mongodb
ExecStartPre=/usr/bin/mongod --repair --dbpath {{ mongodb_db_path }}
#ExecStartPre=/usr/bin/mongod --repair --dbpath {{ mongodb_db_path }}
ExecStart=/usr/bin/mongod -f {{ mongodb_conf }}
ExecStop=/usr/bin/killall mongod