在開發(fā)過程中使用supervisor管理程序還是比較方便的,一下是supervisor安裝步驟
1. 使用yum安裝??
yum install epel-release
yum install -y supervisor
systemctl enable supervisord # 開機(jī)自啟動(dòng)
systemctl start supervisord # 啟動(dòng)supervisord服務(wù)
在開發(fā)過程中使用supervisor管理程序還是比較方便的,一下是supervisor安裝步驟
1. 使用yum安裝??
yum install epel-release
yum install -y supervisor
systemctl enable supervisord # 開機(jī)自啟動(dòng)
systemctl start supervisord # 啟動(dòng)supervisord服務(wù)