supervisor 是用 yum install supervisor
进行安装的,安装后发现如果服务器重启,需要手动运行 supervisord
后才能执行 supervisor 管理的服务。
在官网 Running supervisord automatically on startup 这篇文章中描述,因为我不是用 "distribution-packaged" 安装的,所以不会被自动添加进去(用 easy_install supervisor
安装不成功)
同时还提供了第三方脚本,但是不知道怎么用 https://github.com/Supervisor/initscripts
请问,如何让 supervisor 在 centos 7 系统重启后自动运行呢?
centos 7 用 systemctl 进行管理,只要运行下面的代码就可以了:
如果还是启动不起来,可以编辑上面路径里的
supervisord.service
文件,替换成 github 的那个 centos-systemd-etcs: