s6-networking
Software
skarnet.org

The s6-tcpserverd program

s6-tcpserverd is the serving part of the s6-tcpserver super-server. It assumes that its stdin is a bound and listening TCP/IP socket, and it accepts connections from clients connecting to it, spawning a program to handle each connection.

Interface

     s6-tcpserverd [ -1 ] [ -v verbosity ] [ -c maxconn ] [ -C localmaxconn ] prog...

Environment variables

For each connection, an instance of prog... is spawned with the following variables set:

Options

Signals

Notes