Lnetd is a small program which will bind to a UNIX domain socket and spawn children in the same way as inetd(8).
For more documentation, please refer to the master site: LNETD.
To build, just pull it down and run make:
$ git clone http://imrryr.org/git/lnetd $ cd lnetd $ make
You can also clone it from github.com.