Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support systemd's socket activation FD passing #1

Open
zimbatm opened this issue Mar 15, 2013 · 1 comment
Open

Support systemd's socket activation FD passing #1

zimbatm opened this issue Mar 15, 2013 · 1 comment

Comments

@zimbatm
Copy link
Owner

zimbatm commented Mar 15, 2013

systemd also has a feature for passing sockets to a program. http://0pointer.de/blog/projects/socket-activation.html

It would be nice to have interoperability on that front.

@roberth roberth mentioned this issue Apr 15, 2022
8 tasks
@roberth
Copy link

roberth commented Apr 15, 2022

There are various levels of support for this. fd://3 gets a lot done on the systemd <-> socketmaster end. #18 implements support for 1 socket on the socketmaster <-> child side. Makes for an MVP, but full systemd socket activation support would imply

  • multiple fds
  • named fds
  • easy to use and well documented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants