[systemd-commits] man/systemd.socket.xml

Auke-Jan Kok auke at kemper.freedesktop.org
Wed Jun 19 15:26:33 PDT 2013


 man/systemd.socket.xml |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 77f40f165cc60a1d6b8a3503e4b7e46814d5935e
Author: Łukasz Stelmach <l.stelmach at samsung.com>
Date:   Wed Jun 19 14:59:02 2013 +0200

    Describe handling of an AF_UNIX socket
    
    Describe how to handle an AF_UNIX socket, with Accept set to false,
    received from systemd, upon exit.
    
    Signed-off-by: Łukasz Stelmach <l.stelmach at samsung.com>

diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 6dc847d..f1e7d40 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -381,9 +381,15 @@
                                 performance reasons, it is recommended
                                 to write new daemons only in a way
                                 that is suitable for
-                                <option>Accept=false</option>. This
-                                option is mostly useful to allow
-                                daemons designed for usage with
+                                <option>Accept=false</option>. A daemon
+                                listening on an AF_UNIX socket may, but does not need to, call
+                                <citerefentry><refentrytitle>close</refentrytitle><manvolnum>2</manvolnum></citerefentry>
+                                or
+                                <citerefentry><refentrytitle>shutdown</refentrytitle><manvolnum>2</manvolnum></citerefentry>
+                                on the received socket before exiting. However,
+                                it must not unlink the socket from a
+                                filesystem. This option is mostly useful
+                                to allow daemons designed for usage with
                                 <citerefentry><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
                                 to work unmodified with systemd socket
                                 activation.</para></listitem>



More information about the systemd-commits mailing list