Nginx:Job for nginx.service failed
Posted Mosigin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx:Job for nginx.service failed相关的知识,希望对你有一定的参考价值。
执行 service nginx start或者restart命令出现下面错误
[[email protected] ~]# service nginx restart
Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
莫名奇妙的出现了这个错误,查看logs也没什么发现,之后就停止了nginx的进程,再运行service nginx start,又可以了,具体出错原因现在还不清楚。
查看nginx进程命令
ps -ef | grep nginx
pkill -9 nginx
以上是关于Nginx:Job for nginx.service failed的主要内容,如果未能解决你的问题,请参考以下文章
循环 - forEach、for、for....of、for...in
for,for-each,for-in,for-of,map的比较