X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=8a12e25cf4f4474e434ce852fc95b1514ee4725b;hp=5ca1c7a7c16a63ee9833e4c6bcf80fe22e2c8f36;hb=96342de68d0d6de71a062d984dafd2a0905ed9fe;hpb=34511ca7b166b0e89d08ff9870b0cf2624a7815f diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 5ca1c7a7c..8a12e25cf 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -76,7 +76,10 @@ , and commands are executed - in. + in, and in + systemd.kill5 + which define the way the processes are + terminated. For each socket file a matching service file (see @@ -134,7 +137,9 @@ supervises. A number of options that may be used in this section are shared with other unit types. These options are documented in - systemd.exec5. The + systemd.exec5 + and + systemd.kill5. The options specific to the [Socket] section of socket units are the following: @@ -603,7 +608,7 @@ will be terminated forcibly via SIGTERM, and after another delay of this time with SIGKILL. (See - below.) + in systemd.kill5.) Takes a unit-less value in seconds, or a time span value such as "5min 20s". Pass 0 to disable the timeout @@ -611,41 +616,6 @@ 90s. - - KillMode= - Specifies how - processes of this socket unit shall be - killed. One of - , - , - . - - This option is mostly equivalent - to the - option of service files. See - systemd.service5 - for details. - - - - KillSignal= - Specifies which signal - to use when killing a process of this - socket. Defaults to SIGTERM. - - - - - SendSIGKILL= - Specifies whether to - send SIGKILL to remaining processes - after a timeout, if the normal - shutdown procedure left processes of - the socket around. Takes a boolean - value. Defaults to "yes". - - - Service= Specifies the service @@ -658,6 +628,13 @@ + + Check + systemd.exec5 + and + systemd.kill5 + for more settings. + @@ -667,6 +644,7 @@ systemctl8, systemd.unit5, systemd.exec5, + systemd.kill5, systemd.service5