nginxでUNIXドメインソケットを使っていると、restartに失敗する場合があります。 # systemctl restart nginx Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details. この現象が発生すると、ソケットファイルを削除するまで起動できなくなります。 statusを見ると、UNIXドメインソケット関連の問題である事が分かります。 # systemctl status nginx (中略) nginx[1527]: nginx: [emerg] bind() to unix:/var/run/nginx.sock fail