OpenGFW
OpenGFW copied to clipboard
fix: cannot trap sigkill -9
summary
App cannot sigkill -9. we can trap sigterm -15, kill command send sigterm -15 signal by default.
https://en.wikipedia.org/wiki/Signal_(IPC)#SIGKILL
According to docs, it is safe to remove os.Kill.
I've fixed this error as a part of #98 (in 3022bde).
Many thanks for bringing this up, but it's been fixed as part of #98 so I'm closing this
Many thanks for bringing this up, but it's been fixed as part of #98 so I'm closing this
ok 😁