diff options
author | brapru <brapru@pm.me> | 2022-04-18 16:29:50 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-19 10:50:55 +0200 |
commit | d797031b655d9e51ec5f3ee1d2cf924cefbba64d (patch) | |
tree | 350d4b0e4376cffd8b6613ed46fe097a3ce8b2b7 /Base | |
parent | 9272c3283b4ab3c7717271eab41750218760ec73 (diff) | |
download | serenity-d797031b655d9e51ec5f3ee1d2cf924cefbba64d.zip |
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.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/SystemServer.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 9707329ac6..35daa8abb5 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -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 |