Closed flyaways closed 3 years ago
hi @flyaways, can you test against v1.2.2 please? That version has https://github.com/cloudflare/tableflip/commit/9fd66fb495501f213e91b585e291d5fa76f7e166 which should fix the issue.
this pr is good than v1.2.2 fix
Sorry, I don't understand. Which of these are you saying:
close
loop always miss first args
1 start:
procname -c xxx.conf
2 reload:
kill -HUP parent pid
3 look proc:
ps aux|grep ${procname}
or lsof -pparent pid
child args is
-c xxx.conf
it's wrong4 continue reload:
kill -HUP child pid
reload failed