From: Daniel Kahn Gillmor Date: Fri, 20 Oct 2017 14:43:21 +0000 (-0400) Subject: systemd: Add FreeBind=true to kresd.socket X-Git-Tag: v1.99.1-alpha~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98336bb995b8f8ee32bce38fdafcca29e232220c;p=thirdparty%2Fknot-resolver.git systemd: Add FreeBind=true to kresd.socket This allows the socket to be bound before the network interface comes up, which is preferable to having a race between the interface coming up and the socket being bound. --- diff --git a/systemd/kresd.socket b/systemd/kresd.socket index 7d8953c23..77dcfcfb4 100644 --- a/systemd/kresd.socket +++ b/systemd/kresd.socket @@ -8,6 +8,7 @@ ListenStream=[::1]:53 ListenDatagram=[::1]:53 ListenStream=127.0.0.1:53 ListenDatagram=127.0.0.1:53 +FreeBind=true [Install] WantedBy=sockets.target