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