X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=3b7581c54512b613e4bbdfd1de1c7f3e264474f5;hb=3bd66c05d5d775a82768e0772c83a7300baee366;hp=47ad91374808b0904dd17ab86ff65aa891254285;hpb=2292707df5dda00662d0b4905c14aa4fa8d1f1fa;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 47ad91374..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). @@ -527,6 +538,17 @@ + + 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