mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Base: Spawn the LookupServer for generate-manpages SystemMode
Previously the CI would hang on the "Check manpages for completeness" step on any utility that unveils the /tmp/portal/lookup file because it was not created during the generate-manpages SystemMode. This will allow utilities that resolve hostnames (e.g. netstat, arp) to pass the export-argsparser-mangpages.sh check.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 11:41:29 +09:00
Author: https://github.com/brapru Commit: https://github.com/SerenityOS/serenity/commit/d797031b65 Pull-request: https://github.com/SerenityOS/serenity/pull/13748
@@ -57,7 +57,7 @@ SocketPermissions=660
|
||||
Priority=low
|
||||
KeepAlive=true
|
||||
User=lookup
|
||||
SystemModes=text,graphical,self-test
|
||||
SystemModes=text,graphical,self-test,generate-manpages
|
||||
|
||||
[DHCPClient]
|
||||
Priority=low
|
||||
|
||||
Reference in New Issue
Block a user