skabus
Software
skarnet.org

The skabus-rpc-daemon program

skabus-rpc-daemon is a RPC mapper daemon, i.e. a long-lived program. It listens on a Unix domain socket, then accepts client connections. It allows clients to register interfaces and methods; it transmits queries from a client Q to the appropriate client R that can handle them; it then transmits the answer back to client Q.

Interface

     skabus-rpc-daemon [ -1 ] [ -v verbosity ] [ -D | -d ] [ -c maxconn ] [ -b backlog ] [ -G gidlist ] [ -g gid ] [ -u uid ] [ -U ] [ -t clienttimeout ] [ -T lameducktimeout ] [ -i rulesdir | -x rulesfile ] [ -S | -s ] [ -J | -j ] path

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

Options

Notes