X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=3b7581c54512b613e4bbdfd1de1c7f3e264474f5;hp=78d379de92e587a59c7db467bab5cbd2d743289c;hb=64af1b6207e4062e43f049a4f322ffa4de9dd87f;hpb=d9ff321ad9477664c34b81a9dd4fce616e44124e diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 78d379de9..3b7581c54 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). @@ -519,6 +530,25 @@ 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