Hey! I want to add better shutdown handling to my project by adding hooks to when signals like SIGINT and SIGTERM are sent but I see no way of registering hooks for those. A multiplatform solution would be the best ofc, but a JVM only one suffices for now.