On 2017-05-26 16:30, Daniel Kahn Gillmor wrote: >> diff --git a/src/tools/[email protected] b/src/tools/[email protected] >> new file mode 100644 >> index 0000000..b6d53bf >> --- /dev/null >> +++ b/src/tools/[email protected] >> @@ -0,0 +1,19 @@ >> +[Unit] >> +Description=WireGuard via wg(8) for %I >> +After=network-online.target >> +Wants=network-online.target
My guess is that network-online.target was chosen for wg-quick because DNS resolving of endpoints might be required. For this target to become effective this requires either systemd-networkd or a recent version NetworkManager to be running (or any other service, which makes its connection state a dependency of |network-online.target|). Once wireguard becomes integrated into systemd-networkd, networkd will just retry forever to resolve endpoints with exponential back-off. _______________________________________________ WireGuard mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/wireguard
