From: Jason A. Donenfeld Date: Fri, 31 May 2019 19:10:41 +0000 (+0200) Subject: wg: pass WG_ENDPOINT_RESOLUTION_RETRIES=infinity to systemd unit X-Git-Tag: v1.0.20191226~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15f2e2ef345b2a13d975d1163b7ea8e55eaae187;p=thirdparty%2Fwireguard-tools.git wg: pass WG_ENDPOINT_RESOLUTION_RETRIES=infinity to systemd unit Signed-off-by: Jason A. Donenfeld --- diff --git a/src/systemd/wg-quick@.service b/src/systemd/wg-quick@.service index 9c67af9..af52848 100644 --- a/src/systemd/wg-quick@.service +++ b/src/systemd/wg-quick@.service @@ -14,6 +14,7 @@ Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/wg-quick up %i ExecStop=/usr/bin/wg-quick down %i +Environment=WG_ENDPOINT_RESOLUTION_RETRIES=infinity [Install] WantedBy=multi-user.target