On 9/9/20 12:42 PM, James Ralston wrote:
The main purpose of socket-based activation is to make it easier to parallelize the launching of services at boot time: http://0pointer.de/blog/projects/socket-activation.html
Well, also used as a drop in replacement for inetd; for services which are used only occasionally, but that's even *less* applicable to sssd.
Anything which is in constant use should be started as a service rather than a socket, and the example given in the blog post -- sshd -- isn't even valid any more. sshd dropped support for socket activation because of some security issue.
_______________________________________________ sssd-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
