]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
systemd: drop ReusePort=true, no longer needed
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 5 Feb 2018 19:18:58 +0000 (14:18 -0500)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 16 Feb 2018 09:40:42 +0000 (10:40 +0100)
ReusePort=true isn't needed because there is a single listening
socket, which is shared across all instances.  Nothing needs to reuse
the port.

systemd/kresd-tls.socket
systemd/kresd.socket

index b30c2f2a55ff66f3b08f389c1fb95c2287c05178..973337521324b61eb22d2798c1815579a392add6 100644 (file)
@@ -4,7 +4,6 @@ Documentation=man:kresd(8)
 Before=sockets.target
 
 [Socket]
-ReusePort=true
 FreeBind=true
 FileDescriptorName=tls
 ListenStream=[::1]:853
index 4b8f648ca899a3b138b98f308295a72d2f2ef2fd..b136becdb1b820f1a5919bef953574cc74cb24d9 100644 (file)
@@ -4,7 +4,6 @@ Documentation=man:kresd(8)
 Before=sockets.target
 
 [Socket]
-ReusePort=true
 FreeBind=true
 ListenDatagram=[::1]:53
 ListenStream=[::1]:53