libdaemon: Libdaemon (Lightweight C library for writing UNIX daemons) libdaemon: libdaemon: It consists of the following parts:A wrapper around fork() which libdaemon: does the correct daemonization procedure of a process A wrapper libdaemon: around syslog() for simpler and compatible log output to Syslog or libdaemon: STDERR An API for writing PID files An API for serializing UNIX libdaemon: signals into a pipe for usage with select() or poll() An API for libdaemon: running subprocesses with STDOUT and STDERR redirected to syslog libdaemon: libdaemon: libdaemon: