slackbuilds_ponce/libraries/libdaemon
2010-05-19 02:37:12 -04:00
..
libdaemon.info libraries: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
libdaemon.SlackBuild libraries/libdaemon: Fixed for bash4. 2010-05-19 02:37:12 -04:00
README
slack-desc libraries/libdaemon: Updated for version 0.13 2010-05-13 00:30:12 +02:00

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