1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

man: Second example systemd-socket-proxyd does not need a Unix socket listener.

This commit is contained in:
David Strauss 2015-03-24 12:25:56 -07:00
parent c6e20ceb09
commit ea5bbe3467

View File

@ -165,7 +165,6 @@ PrivateNetwork=yes]]></programlisting>
<programlisting><![CDATA[[...]
server {
listen 8080;
listen unix:/tmp/nginx.sock;
[...]]]></programlisting>
</example>
<example>