socket-proxyd(1): fix references to non-existant files

socket.target -> sockets.target
/usr/bin/systemd-socket-proxyd -> /usr/lib/systemd/systemd-socket-proxyd
This commit is contained in:
Dave Reisner 2013-10-19 20:58:59 -04:00
parent bd4b5df2cb
commit 464b3d6441

View file

@ -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">