This commit is contained in:
@ -0,0 +1,10 @@
|
||||
[Service]
|
||||
{% if http_proxy %}
|
||||
Environment="HTTP_PROXY={{ http_proxy }}"
|
||||
{% endif %}
|
||||
{% if https_proxy %}
|
||||
Environment="HTTPS_PROXY={{ https_proxy }}"
|
||||
{% endif %}
|
||||
{% if no_proxy %}
|
||||
Environment="NO_PROXY={{ no_proxy }}"
|
||||
{% endif %}
|
Reference in New Issue
Block a user