ob for mongod.service failed because the control process exited with error code. See “systemctl status mongod.service” and “journalctl -xe” for details.
发布时间:2019-05-23T20:38:31:手机请访问
1 2 3 4 5 |
#!/bin/bash chown -R mongod:mongod /var/lib/mongo chown -R mongod:mongod /var/log/mongodb rm /var/run/mongodb/mongod.pid -f |
