From c452c7cfced2b40bd12b20196009eff781229c2c Mon Sep 17 00:00:00 2001 From: David Strauss Date: Wed, 16 Oct 2013 04:04:43 -0700 Subject: [PATCH] saproxy: man page formatting and terminology fixes --- man/systemd-saproxy.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/man/systemd-saproxy.xml b/man/systemd-saproxy.xml index 1314b3173..ff8218c1e 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 -- 2.30.2