mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
Base: Document new SystemServer abilities
This commit is contained in:
parent
701994bfd1
commit
f2d40ac2b2
2 changed files with 12 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue