1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:17:34 +00:00

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.
This commit is contained in:
Sergey Bugaev 2021-05-04 14:51:37 +03:00 committed by Andreas Kling
parent bb06e720de
commit 37a59f7f40

View file

@ -45,7 +45,6 @@ AcceptSocketConnections=1
[LookupServer]
Socket=/tmp/portal/lookup
SocketPermissions=660
Lazy=1
Priority=low
KeepAlive=1
User=lookup