【发布时间】:2017-12-10 18:52:04
【问题描述】:
我已经按照命令在CentOS7中安装了httpd服务。
sudo yum install epel-release -y
sudo yum update -y
sudo yum install httpd -y
我面对
Failed to start httpd.service: Activation of org.freedesktop.systemd1 timed out
See system logs and 'systemctl status httpd.service' for details.
尝试使用sudo systemctl start httpd.service 启动服务时。我用谷歌搜索了很多,但无法找到这个问题的根本原因。请帮助解决导致此问题的原因。
【问题讨论】: