skabus
Software
skarnet.org

The skabus-dyntee program

skabus-dyntee is a dynamic tee, which is the simplest publisher daemon possible. It listens on a Unix domain socket, accepts client connections, and publishes to its clients everything it reads on its standard input, as a byte stream. It only writes to clients and never reads from them.

Interface

     skabus-dyntee [ -1 ] [ -D | -d ] [ -c maxconn ] [ -b backlog ] [ -G gidlist ] [ -g gid ] [ -u uid ] [ -U ] [ -t clienttimeout ] [ -T lameducktimeout ] [ -i rulesdir | -x rulesfile ] path

skabus-dyntee is just a wrapper that binds to its socket and drops privileges before executing into skabus-dynteed. For details of the daemon's operation, see the skabus-dynteed documentation.

Options

Notes