mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00: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:
parent
9272c3283b
commit
d797031b65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue