Re: [systemd-devel] when is a service ready to be used after startup?

2014-12-10 Thread Mantas Mikulėnas
On Wed, Dec 10, 2014 at 11:32 AM, Olaf Hering wrote: > > I wonder how systemd handles the startup time of a daemon once it did > the execve (or whatever systemd does internally). Every daemon needs > some time until it can service requests. > It depends. * With regular services, systemd expects

[systemd-devel] when is a service ready to be used after startup?

2014-12-10 Thread Olaf Hering
I wonder how systemd handles the startup time of a daemon once it did the execve (or whatever systemd does internally). Every daemon needs some time until it can service requests. In the following example a socket is provided, a daemon handles the socket and another tool will use the socket. How