今天调整生产环境 supervisord
配置 , 启动 inet_http_server
配置
我在重启服务器前 , 增加了一些配置在 /etc/supervisord.d/
. 执行后抛错如下 :
Job for supervisord.service failed because the control process exited with error code. See "systemctl status supervisord.service" and "journalctl -xe" for details.
报错了 尝试
总之就是各种抛错 : 上网搜了下些都不靠谱, 查进程或者其他方式都不太对.
将新增加的配置移走后在尝试重启成功.
问题就出在 使用 systemctl
重启服务时, 不要让其有不确定的配置.
重启后, 在新增配置, 报错 日志目录不存在, 这时候创下下目录, 在 update 就ok 了