X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=5e9b39f38f1856370cada543a4dc099c6e16d53d;hb=6bebb0add4d7c32c503e688105c1607e5e20f979;hp=71d1ab916d085cebed17a8910eca5eba558ca89f;hpb=b200a92cdc47b204e2ed7fbdd1eaf15abfd019c6;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 71d1ab916..5e9b39f38 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -84,15 +84,15 @@ which configure resource control settings for the processes of the socket. - For each socket file a matching service file + For each socket file, a matching service file must exist, describing the service to start on incoming traffic on the socket (see systemd.service5 for more information about .service files). The name of the .service unit is by default the same as the - name of the .socket unit, but can be altered with + name of the .socket unit, but can be altered with the option described below. - Depending on the setting of + Depending on the setting of the option described below, this .service unit must either be named like the .socket unit, but with the suffix replaced, unless overridden with @@ -135,7 +135,7 @@ Socket units may be used to implement on-demand starting of services, as well as parallelized starting of services. See the blog stories linked at the end - for introduction. + for an introduction. Note that the daemon software configured for socket activation with socket units needs to be able @@ -254,7 +254,7 @@ before the interface it is configured on is up and running, and even regardless of whether it will be up and - running at any point. To deal with this + running at any point. To deal with this, it is recommended to set the FreeBind= option described below. @@ -720,7 +720,7 @@ Accept=no. It defaults to the service that bears the same name as the socket (with the - suffix replaced). In most cases it + suffix replaced). In most cases, it should not be necessary to use this option.