nginx 의 Job for nginx. service failed because the control process exited with error code. 오류
[root@localhost ~]# 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