diff options
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 6472750d0e..71d1ab916d 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -121,16 +121,16 @@ boot or late system shutdown should disable this option.</para> - <para>Socket units will have a - <varname>Before=</varname> dependency on the service - which they trigger added implicitly. No implicit - <varname>WantedBy=</varname> or - <varname>RequiredBy=</varname> 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 <varname>Requires=</varname> - dependency may be added.</para> + <para>Socket units will have a + <varname>Before=</varname> dependency on the service + which they trigger added implicitly. No implicit + <varname>WantedBy=</varname> or + <varname>RequiredBy=</varname> 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 <varname>Requires=</varname> + dependency may be added.</para> <para>Socket units may be used to implement on-demand starting of services, as well as parallelized starting |