X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=78d379de92e587a59c7db467bab5cbd2d743289c;hp=6154b304e8af7d64c2b8283d08e4a619d0442f2a;hb=59cddb23385b583ae8a9db9d2b10e211ab48495e;hpb=62adf224d1d3e225de072a2815dd50e973230f5c diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 6154b304e..78d379de9 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -437,19 +437,33 @@ address. Defaults to . + + TCPCongestion= + Takes a string + value. Controls the TCP congestion + algorithm used by this socket. Should + be one of "westwood", "veno", "cubic", + "lp" or any other available algorithm + supported by the IP stack. This + setting applies only to stream + sockets. + + ExecStartPre= ExecStartPost= - Takes a command line, - which is executed before (resp. after) - the listening sockets/FIFOs are created and + Takes one or more + command lines, which are executed + before (resp. after) the listening + sockets/FIFOs are created and bound. The first token of the command line must be an absolute file name, then followed by arguments for the - process. If specified more than once, - all commands are executed one after - the other, fully serialized. The use of - these settings is optional. + process. Multiple command lines may be + specified following the same scheme as + used for + ExecStartPre= of + service unit files. @@ -458,10 +472,11 @@ Additional commands that are executed before (resp. after) the listening sockets/FIFOs are closed - and removed. If specified more than - once, all commands are executed one - after the other, fully serialized. The use of - these settings is optional. + and removed. Multiple command lines + may be specified following the same + scheme as used for + ExecStartPre= of + service unit files. @@ -503,13 +518,25 @@ systemd.service5 for details. + + + Service= + Specifies the service + unit name to activate on incoming + traffic. This defaults to the service + that bears the same name as the socket + (ignoring the different suffixes). In + most cases it should not be necessary + to use this option. + + See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.exec5,