mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +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:
parent
bb06e720de
commit
37a59f7f40
Notes:
sideshowbarker
2024-07-18 18:40:47 +09:00
Author: https://github.com/bugaevc
Commit: 37a59f7f40
Pull-request: https://github.com/SerenityOS/serenity/pull/6848
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/alimpfard
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ AcceptSocketConnections=1
|
|||
[LookupServer]
|
||||
Socket=/tmp/portal/lookup
|
||||
SocketPermissions=660
|
||||
Lazy=1
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=lookup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue