15 lines
305 B
Text
15 lines
305 B
Text
|
|
[Unit]
|
||
|
|
Description={{ socket_proxy_description }} Proxy Socket
|
||
|
|
{% if socket_proxy_documentation %}
|
||
|
|
Documentation={{ socket_proxy_documentation }}
|
||
|
|
{% endif %}
|
||
|
|
|
||
|
|
[Socket]
|
||
|
|
ListenStream={{ socket_proxy_listen_port }}
|
||
|
|
{% if socket_proxy_free_bind %}
|
||
|
|
FreeBind=true
|
||
|
|
{% endif %}
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=sockets.target
|