1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:47:35 +00:00

Base: Document new SystemServer abilities

This commit is contained in:
Sergey Bugaev 2020-06-09 00:03:12 +03:00 committed by Andreas Kling
parent 701994bfd1
commit f2d40ac2b2
2 changed files with 12 additions and 0 deletions

View file

@ -42,6 +42,10 @@ configured to be *kept alive*, it can even exit after some period of inactivity;
in this case SystemServer will respawn it again once there is a new connection
to its socket.
SystemServer can also be configured to accept connections on the socket and
spawn separate instances of the service for each accepted connection, passing
the accepted socket to the service process.
## See also
* [`SystemServer`(5)](../man5/SystemServer.md)