I'm in need of a simple daemon that runs under Solaris using fork() to
launch a child process that does the real work while killing the parent.
It'd be nice if the sample happened to also use a sentinel (lock file)
to prevent multiple identical daemons from running....
Joe