[systemd-commits] man/systemd-socket-proxyd.xml
Dave Reisner
dreisner at kemper.freedesktop.org
Sun Oct 20 16:31:20 PDT 2013
man/systemd-socket-proxyd.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 464b3d64419808b7334563e907d172337cc9d718
Author: Dave Reisner <dreisner at archlinux.org>
Date: Sat Oct 19 20:58:59 2013 -0400
socket-proxyd(1): fix references to non-existant files
socket.target -> sockets.target
/usr/bin/systemd-socket-proxyd -> /usr/lib/systemd/systemd-socket-proxyd
diff --git a/man/systemd-socket-proxyd.xml b/man/systemd-socket-proxyd.xml
index 90b3b1c..87122f5 100644
--- a/man/systemd-socket-proxyd.xml
+++ b/man/systemd-socket-proxyd.xml
@@ -102,7 +102,7 @@
invoked indirectly, for
example with a shell script
rather than with
- <option>ExecStart=/usr/bin/systemd-socket-proxyd</option>
+ <option>ExecStart=/usr/lib/systemd/systemd-socket-proxyd</option>
</para>
</listitem>
</varlistentry>
@@ -126,7 +126,7 @@
ListenStream=80
[Install]
-WantedBy=socket.target]]>
+WantedBy=sockets.target]]>
</programlisting>
</example>
<example label="proxy service unit">
@@ -177,7 +177,7 @@ $ curl http://localhost:80/]]>
ListenStream=80
[Install]
-WantedBy=socket.target]]>
+WantedBy=sockets.target]]>
</programlisting>
</example>
<example label="combined proxy and nginx service unit">
More information about the systemd-commits
mailing list