X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=71d1ab916d085cebed17a8910eca5eba558ca89f;hb=48b5804a48b2b629fa793cc93bcb4a9c6edf9962;hp=946c30a757a69390d07abdaf17acc953c7b83a86;hpb=3cf148f307e6450aa3411968f59a2563fe9cb154;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 946c30a75..71d1ab916 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -121,16 +121,16 @@ boot or late system shutdown should disable this option. - Socket units will have a - Before= dependency on the service - which they trigger added implicitly. No implicit - WantedBy= or - RequiredBy= dependency from the - socket to the service is added. This means that the - service may be started without the socket, in which - case it must be able to open sockets by itself. To - prevent this, an explicit Requires= - dependency may be added. + Socket units will have a + Before= dependency on the service + which they trigger added implicitly. No implicit + WantedBy= or + RequiredBy= dependency from the + socket to the service is added. This means that the + service may be started without the socket, in which + case it must be able to open sockets by itself. To + prevent this, an explicit Requires= + dependency may be added. Socket units may be used to implement on-demand starting of services, as well as parallelized starting @@ -144,8 +144,8 @@ 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 + socket passing (i.e. sockets passed in via standard input and + output, using StandardInput=socket in the service file).