Conversation
This simplifies running the daemon as unprivileged process but still using a low port.
|
Interesting contribution :) I think we should probably name the option |
|
I was also considering hooking it up as "stdin" argument to |
|
Using |
|
We've had a discussion about this an decided not to proceed with this PR. We can easily add systemd socket activation (I've got the code already) if needed. All new features we merge need to be carefully balanced for the resources we have, as we will indefinitely maintain them. Therefore I'm closing this PR for now. Please feel free to add further comments. Thanks! |
What is the purpose of this change? What does it change?
Allow using a pre-created socket passed in via stdin. This is how wait-services in inetd have worked for ages and is still supported by modern replacements.
Was the change discussed in an issue or in the forum before?
Closes #126.
Checklist
changelog/unreleased/that describes the changes for our users (template here)gofmton the code in all commits