X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=32102fab88ad66d6dad414885f014a21d4b8f80e;hp=986ef8c0189016275e4d6b12c0c2a02f8cedf88f;hb=ad678a066b4ba5d8914dd7d5a4093572841205cf;hpb=dd1eb43ba771d4d56b20b4c93ba3acc59475f642 diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 986ef8c01..32102fab8 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -95,6 +95,21 @@ which services are instantiated for each incoming connection. + Unless DefaultDependencies= + is set to , socket units will + implicitly have dependencies of type + Requires= and + After= on + sysinit.target as well as + dependencies of type Conflicts= and + Before= on + shutdown.target. These ensure + that socket units pull in basic system + initialization, and are terminated cleanly prior to + system shutdown. Only sockets involved with early + boot or late system shutdown should disable this + option. + Socket units may be used to implement on-demand starting of services, as well as parallelized starting of services. @@ -494,7 +509,7 @@ See Also - systemd8, + systemd1, systemctl8, systemd.unit5, systemd.exec5,