X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-saproxy.xml;h=ff8218c1e2b9cfc37a663e10428dda78e10319d8;hp=1314b31734c210c4ab430a625bae6f3d185acc63;hb=c452c7cfced2b40bd12b20196009eff781229c2c;hpb=40ca29a1370379d43e44c0ed425eecc7218dcbca diff --git a/man/systemd-saproxy.xml b/man/systemd-saproxy.xml index 1314b31..ff8218c 100644 --- a/man/systemd-saproxy.xml +++ b/man/systemd-saproxy.xml @@ -59,7 +59,7 @@ Description - systemd-saproxyprovides a proxy + systemd-saproxy provides a proxy to socket-activate services that do not yet support native socket activation. On behalf of the daemon, the proxy inherits the socket from systemd, accepts @@ -119,8 +119,8 @@ Direct-Use Example Use two services with a dependency and no namespace isolation. - - /etc/systemd/system/bridge-to-nginx.socket + + /etc/systemd/system/proxy-to-nginx.socket - - /etc/systemd/system/bridge-to-nginx.service + + /etc/systemd/system/proxy-to-nginx.service @@ -163,15 +163,15 @@ $ curl http://localhost:80/]]> Indirect-Use Example Use a shell script to isolate the - service and bridge into the same namespace. + service and proxy into the same namespace. This is particularly useful for running TCP-only daemons without the daemon affecting ports on regular interfaces. - + - /etc/systemd/system/bridge-with-nginx.socket + /etc/systemd/system/proxy-with-nginx.socket - + - /etc/systemd/system/bridge-with-nginx.service + /etc/systemd/system/proxy-with-nginx.service