pistache icon indicating copy to clipboard operation
pistache copied to clipboard

SystemD Socket activation support

Open jacky309 opened this issue 4 months ago • 1 comments

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 ?

jacky309 avatar Oct 08 '24 10:10 jacky309