I might be missing something obvious, but if I'm using serve, do I have any way of making the server terminate ? For instance, if it were to receive a specific instruction to shutdown ? Since any code I can execute from server is run in a fork, I'm not sure there is way to do so. When daemonizing the server, you typically wants a way to tell it to shutdown, so how can I do that exactly ?