From 37a59f7f405d192a8289cc85ddc941e56483a1bf Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 4 May 2021 14:51:37 +0300 Subject: [PATCH] Base: Start LookupServer on boot I can't say I like starting yet another thing on boot... but now that LookupServer provides mDNS (and optionaly DNS) services to other hosts, we have to start it on boot, not when the first local client connects. --- Base/etc/SystemServer.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 777ea191d9..6e7d25dd4c 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -45,7 +45,6 @@ AcceptSocketConnections=1 [LookupServer] Socket=/tmp/portal/lookup SocketPermissions=660 -Lazy=1 Priority=low KeepAlive=1 User=lookup