Lightweight C library That Eases the Writing of UNIX Daemons
libdaemon is a lightweight C library that eases the writing of UNIX
daemons. It consists of the following parts:
* A wrapper around fork() that does the correct daemonization
procedure of a process
* A wrapper around syslog() for simpler log output compatible with
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
APIs like these are used in most daemon software available. It is not
that simple to get it done right and code duplication is not a goal.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout DISCONTINUED:openSUSE:11.1/libdaemon && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
bnc-309132.patch | 0000001242 1.21 KB | |
libdaemon-0.10-testd-fix-FD_SET.diff | 0000000310 310 Bytes | |
libdaemon-0.12-bnc449728.diff | 0000000565 565 Bytes | |
libdaemon-0.12.tar.bz2 | 0000257901 252 KB | |
libdaemon.changes | 0000003147 3.07 KB | |
libdaemon.spec | 0000006297 6.15 KB | |
ready | 0000000000 0 Bytes |
Comments 0