X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=22567d483e8804b8a0e67f76ef65a53eb48f930c;hp=d651c1448628deb04ffe31570ca7244fe0432379;hb=916abb21d0a6653e0187b91591e492026886b0a4;hpb=b0a3f2bc097999f63d3205bb175ad7a6695363a0 diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index d651c1448..22567d483 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -249,6 +249,20 @@ directive above. + + ListenMessageQueue= + Specifies a POSIX + message queue name to listen on. This + expects a valid message queue name + (i.e. beginning with /). Behaviour + otherwise is very similar to the + ListenFIFO= + directive above. On Linux message + queue descriptors are actually file + descriptors and can be inherited + between processes. + + BindIPv6Only= Takes a one of @@ -462,6 +476,19 @@ for details. + + MessageQueueMaxMessages=, + MessageQueueMessageSize= + These two settings + take integer values and control the + mq_maxmsg resp. mq_msgsize field when + creating the message queue. Note that + either none or both of these variables + need to be set. See + mq_setattr3 + for details. + + FreeBind= Takes a boolean @@ -541,7 +568,7 @@ a time span value such as "5min 20s". Pass 0 to disable the timeout logic. Defaults to - 3min. + 90s.