pistache
pistache copied to clipboard
SystemD Socket activation support
I would like my server to be socket-activatable (see https://0pointer.de/blog/projects/socket-activation.html). The trick is to use a file descriptor which has already been open by SystemD, rather than creating the server socket by ourselves. As far as I have seen, Pistache does not provide an API which enables passing an existing file descriptor. Is that right ?