From 2d8bd972b5c50b6997ae536d531f0391eccbb3f3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 31 May 2019 21:10:41 +0200 Subject: tools: pass WG_ENDPOINT_RESOLUTION_RETRIES=infinity to systemd unit --- src/tools/systemd/wg-quick@.service | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/systemd/wg-quick@.service b/src/tools/systemd/wg-quick@.service index 9c67af9..af52848 100644 --- a/src/tools/systemd/wg-quick@.service +++ b/src/tools/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 -- cgit v1.2.3-59-g8ed1b