supervise守护进程
作者:互联网
通过二进制supervise文件可以直接对进程进行守护
./supervise -f 要守护的程序 -p 守护信息存储位置
例如:
./supervise -f http_server -p status/http_server
http_server是二进制启动文件
status/http_server是守护信息存储位置
./supervise -f "python master-server-test.py" -p ./status/test 执行python项目文件
标签:status,http,server,test,supervise,进程,守护 来源: https://www.cnblogs.com/jie3905/p/10684841.html