|
addr is the address of a table containing information on the service to start
The table pointed to by addr must contain three items:
port: a number inidcating what port to listen on
count: a number inidicating the maximim number of incoming connections
daemon: a script to handle incoming connections
|