For the complete documentation index, see llms.txt. This page is also available as Markdown.

2018/11/03_environment deployment

(ubuntu)

apt-get install supervisor

supervisord

ps -ef | grep supervisord

kill -s SIGTERM PID

http://www.cnblogs.com/xishuai/p/ubuntu-install-supervisor.html

Last updated