mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
DHCPClient: Log errors and cleanup the code
Prior to this, we ran the DHCP client as a high-priority service, but making the system feel laggy "for some network stuff" is not the greatest of ideas :^)
This commit is contained in:
parent
bf62625001
commit
3ab6c5fd09
2 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ KeepAlive=1
|
|||
User=lookup
|
||||
|
||||
[DHCPClient]
|
||||
Priority=high
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=root
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue