Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send SIGTERM repeatedly to terminate trillian processes
Repeated kill is a workaround that can most likely be reverted once google/trillian#2805 makes into into a trillian release. Uses SIGTERM rather than SIGINT, because (i) SIGTERM (the default kill signal) seems more appropriate for scripted usage, while SIGINT is for interactive usage, e.g., pressing Control-C in the terminal, and (ii) SIGINT didn't work in my local tests.
- Loading branch information