X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsystemd.service.xml;h=8f455ea4c721fd74874fba38c35cd12568baa43c;hb=f72192c0c91b3adc92dc34b9ebead51dd215d2b2;hp=d573ec6f96a3721652cc330b3f09eecc98502317;hpb=e62e6670f77a886d26fbfe612e6f4fa0c2e0c98b;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index d573ec6f9..8f455ea4c 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -602,6 +602,33 @@ Type=notify (see above). + + Sockets= + Specifies the name of + the socket units this service shall + inherit the sockets from when the + service (ignoring the different suffix + of course) is started. Normally it + should not be necessary to use this + setting as all sockets whose unit + shares the same name as the service + are passed to the spawned + process. + + Note that the same socket may be + passed to multiple processes at the + same time. Also note that a different + service may be activated on incoming + traffic than inherits the sockets. Or + in other words: The + Service= setting of + .socket units + doesn't have to match the inverse of the + Sockets= setiing of + the .service it + refers to. + +