X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemd.socket.xml;h=3b7581c54512b613e4bbdfd1de1c7f3e264474f5;hb=be0396695bae9227ad69fcb61066bd84b3974e16;hp=1aea2f89b158d5cc97324726b2bf8275a0842600;hpb=b1c0f1c1366eaec64a804c6011df867ea75ed295;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 1aea2f89b..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).