On Fri, Nov 30, 2012 at 3:59 AM, Colin Guthrie <[email protected]> wrote: > It won't give you all the features above it should mean that no connections > are lost in that window.
I don't think socket activation will do that. If systemd has spawned a process for each connection, those will get shut down. If the service handles its own accept() for connections, systemd won't know about those connection file descriptors or handle their persistence across a daemon restart. -- David Strauss | [email protected] | +1 512 577 5827 [mobile] _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
