libdaemon0

lightweight C library for daemons - runtime library

Description

libdaemon is a lightweight C library which eases the writing of UNIX daemons. It consists of the following parts:

 * Wrapper around fork() for correct daemonization of a process
 * Wrapper around syslog() for simple log output to syslog or STDERR
 * An API for writing PID files
 * An API for serializing signals into a pipe for use with select() or poll()
 * An API for running subprocesses with STDOUT and STDERR redirected to syslog

Routines like these are included in most of the daemon software available. It is not simple to get these done right and code duplication is not acceptable.

This package includes the libdaemon run time shared library.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://0pointer.de/lennart/projects/libdaemon/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdaemon0