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:
parent
bb06e720de
commit
37a59f7f40
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