Is there a recommended way to shutdown the Varlink server when it is started with varlink::listen()?
I'm sure I could find a way to do it if I implemented the server myself, I was just making sure that there wasn't already a good way to do it.
Specifically I am looking to be able to shutdown the server in response to an RPC call, if that changes anything.