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
systemd 227 added support for named sockets: https://github.com/systemd/systemd/blob/master/NEWS#L316-L322
These are documented at http://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
They are exported as the LISTEN_FDNAMES environment variables, "which may contain a colon-separated list of names".
LISTEN_FDNAMES
This could be a useful thing to support, esp. to mitigate the limitations in #8146.
trac-id__8147 8147 type__enhancement enhancement reporter__jml jml priority__normal normal milestone__None None branch__ branch_author__ status__new new resolution__None None component__core core keywords__None None time__1450442355443783 1450442355443783 changetime__1450442355443783 1450442355443783 version__None None owner__None None
The text was updated successfully, but these errors were encountered:
#8146 #8147 Support systemd named inherited file descriptors (#11691)
ca4ca07
Also, document the shortcomings of index-based identification.
Successfully merging a pull request may close this issue.
systemd 227 added support for named sockets: https://github.com/systemd/systemd/blob/master/NEWS#L316-L322
These are documented at http://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
They are exported as the
LISTEN_FDNAMES
environment variables, "which may contain a colon-separated list of names".This could be a useful thing to support, esp. to mitigate the limitations in #8146.
Searchable metadata
The text was updated successfully, but these errors were encountered: