diff options
author | Maciej <sppmacd@pm.me> | 2022-05-26 19:32:52 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-26 21:49:52 +0100 |
commit | b1709c368f93c76ccbec7ceca5106948a974db6e (patch) | |
tree | d0a2c710bd822db778c98e079212b46e21172b2f /Base | |
parent | 7fba41321e44e596cbf57309265e644d2b36ec4a (diff) | |
download | serenity-b1709c368f93c76ccbec7ceca5106948a974db6e.zip |
Base: Don't launch LookupServer in generate-manpages mode
This is not needed now.
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 6a5e468bd8..278eb2d5fc 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -61,7 +61,7 @@ SocketPermissions=660 Priority=low KeepAlive=true User=lookup -SystemModes=text,graphical,self-test,generate-manpages +SystemModes=text,graphical,self-test [NotificationServer] Socket=/tmp/portal/notify |