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项目文件

 

上一篇:sapi语音朗读的简单用法(Unity中)


下一篇:深入理解php底层:php生命周期