运行sudo service mongod start
会产生Failed to start mongod.service: Unit mongod.service is masked.
运行systemctl list-unit-files
确实显示
mongod.service masked
mongodb.service enabled
运行sudo systemctl unmask mongod
没有给出错误,但也没有任何改变。
我在file /lib/systemd/system/mongod.service
处检查了符号链接,但它是empty
。
我还尝试了删除mongod.service
并重新创建它。
有人对尝试其他方法有任何建议吗?