1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:47:45 +00:00

Servers: Add a new DHCP client

This adds a DHCPClient...Server that leases IPv4s.
This commit is contained in:
AnotherTest 2020-04-04 15:49:30 +04:30 committed by Andreas Kling
parent 77191d82dc
commit 3e8cf79efa
8 changed files with 840 additions and 1 deletions

View file

@ -20,6 +20,11 @@ Priority=low
KeepAlive=1
User=lookup
[DHCPClient]
Priority=high
KeepAlive=1
User=root
[NotificationServer]
Socket=/tmp/portal/notify
SocketPermissions=660