Linux Supervisor 安裝及使用

supervisor
···

yum install -y epel-release

yum install -y supervisor

or Ubuntu

apt install supervisor

···

···

設(shè)置開機(jī)啟動

$ systemctl enable supervisor.service

啟動服務(wù)

$ systemctl start supervisor.service

停止服務(wù)

$ systemctl stop supervisor.service

停止服務(wù)

$ systemctl restart supervisor.service

重新加載修改的配置文件

$ sudo systemctl daemon-reload

查看狀態(tài)

$ systemctl status supervisor.service

or

$ sudo sdske可journalctl -u supervisor.service -f
···

supervisorctl 任務(wù) 啟停

supervisorctl update  #更新所有
supervisorctl update test  #更新test服務(wù)


supervisorctl restart  #重啟所有
supervisorctl restart test  #重啟test服務(wù)
supervisorctl restart test:*  #批量重啟test開頭服務(wù)
supervisorctl restart test test1  #重啟test、test1服務(wù)


supervisorctl stop  #停止所有
supervisorctl stop test  #停止test服務(wù)
supervisorctl stop test:*  #批量停止test開頭服務(wù)
supervisorctl stop test test1  #停止test、test1服務(wù)

supervisorctl tail -f test stdout  #查看test服務(wù)標(biāo)準(zhǔn)輸出日志
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容