On Thu, Feb 18, 2016 at 4:44 AM, Ben Woodard <[email protected]> wrote:
> Is it intentional that systemd holds a reference to a socket it has just 
> accepted even though it just handed the open socket over to a 
> socket.activated service that it has just started.

yes.

>
> For example given the following unit files:
>
> /etc/systemd/system/test.socket:
> [Unit]
> Description=test service
>
> [Socket]
> ListenStream=804
> Accept=yes
>

systemd continues to listen for new requests on this socket. Each
request will spawn new service instance.
_______________________________________________
systemd-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to