X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=8cbb512ec157c9aaab28f7e06fcb052ea64f775d;hb=100fd5676c53c6709442a22db0253cc57f05c46d;hp=a7b8228aa0b6d7c5bb9fca0ba92052173a4e4c32;hpb=cebf8b209237db381a504c50eeba76c4c28fb677;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index a7b8228aa..8cbb512ec 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -113,6 +113,17 @@ Socket units may be used to implement on-demand starting of services, as well as parallelized starting of services. + + Note that the daemon software configured for + socket activation with socket units needs to be able + to accept sockets from systemd, either via systemd's + native socket passing interface (see + sd_listen_fds3 + for details) or via the traditional + inetd8-style + socket passing (i.e. sockets passed in via STDIN and + STDOUT, using StandardInput=socket + in the service file). @@ -508,7 +519,6 @@ processes of this socket unit shall be killed. One of , - , , . @@ -518,6 +528,37 @@ 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 + 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. + +