X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-socket-proxyd.xml;fp=man%2Fsystemd-saproxy.xml;h=90b3b1c3a4f087a2ed36049640c1a3af72e92d93;hp=ff8218c1e2b9cfc37a663e10428dda78e10319d8;hb=96c374d0a536286e18cad64d1b5ebb8f07c90334;hpb=e905a456814eadfb904c49241e3841c1e4a1d119 diff --git a/man/systemd-saproxy.xml b/man/systemd-socket-proxyd.xml similarity index 92% rename from man/systemd-saproxy.xml rename to man/systemd-socket-proxyd.xml index ff8218c1e..90b3b1c3a 100644 --- a/man/systemd-saproxy.xml +++ b/man/systemd-socket-proxyd.xml @@ -20,9 +20,9 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + - systemd-saproxy + systemd-socket-proxyd systemd @@ -34,23 +34,23 @@ - systemd-saproxy + systemd-socket-proxyd 1 - systemd-saproxy + systemd-socket-proxyd Inherit a socket. Bidirectionally proxy. - systemd-saproxy + systemd-socket-proxyd OPTIONS HOSTNAME-OR-IP PORT-OR-SERVICE - systemd-saproxy + systemd-socket-proxyd OPTIONS UNIX-DOMAIN-SOCKET-PATH @@ -59,7 +59,7 @@ Description - systemd-saproxy provides a proxy + systemd-socket-proxyd 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 @@ -68,7 +68,7 @@ data between the two. This utility's behavior is similar to socat1 . - The main differences for systemd-saproxy + The main differences for systemd-socket-proxyd are support for socket activation with Accept=false and an event-driven design that scales better with the number of @@ -102,7 +102,7 @@ invoked indirectly, for example with a shell script rather than with - + @@ -137,7 +137,7 @@ After=nginx.service Requires=nginx.service [Service] -ExecStart=/usr/bin/systemd-saproxy /tmp/nginx.sock +ExecStart=/usr/bin/systemd-socket-proxyd /tmp/nginx.sock PrivateTmp=true PrivateNetwork=true]]> @@ -190,14 +190,14 @@ After=syslog.target remote-fs.target nss-lookup.target [Service] ExecStartPre=/usr/sbin/nginx -t -ExecStart=/usr/bin/saproxy-nginx.sh +ExecStart=/usr/bin/socket-proxyd-nginx.sh PrivateTmp=true PrivateNetwork=true]]> - /usr/bin/saproxy-nginx.sh + /usr/bin/socket-proxyd-nginx.sh +/usr/bin/systemd-socket-proxyd --ignore-env localhost 8080]]>