mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
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:
parent
bd4b5df2cb
commit
464b3d6441
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user