标签:-- code style bsp pre 重启 pidof ref page
参考来源:https://wiki.swoole.com/wiki/page/p-server/reload.html
shell代码:
echo "loading..." pid=$(pidof live) # pid= `pidof live` echo $pid kill -usr1 $pid echo "success loading..."
标签:-- code style bsp pre 重启 pidof ref page
原文地址:https://www.cnblogs.com/laijinquan/p/12324625.html