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

#942 "mongod --repair" blocks on "dirty journal files"

This commit is contained in:
A Holt 2018-07-21 10:47:57 -04:00 committed by GitHub
parent f62b60f288
commit e4078f114e
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