supervisord

配置後臺服務/常駐進程的進程管家工具

安裝

1# 安裝 supervisord
2apt-get install supervisor

實例

生成配置文件 /etc/supervisord.conf

1[program:app]
2command=/usr/bin/gunicorn -w 1 wsgiapp:application
3directory=/srv/www
4user=www-data

supervisord: 啓動 supervisor 服務

1supervisorctl start app
2supervisorctl stop app
3supervisorctl reload # 修改/添加配置文件需要執行這個

下載地址

https://pypi.python.org/pypi/meld3
https://pypi.python.org/pypi/supervisor 來源:https://github.com/jaywcjlove/linux-command

最後修改於: Wednesday, January 31, 2024

相關文章:

翻譯: