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.
- Sources inherited from project DISCONTINUED:openSUSE:11.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout DISCONTINUED:openSUSE:11.2:Update/libdaemon && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libdaemon-0.12-bnc449728.diff | 0000000565 565 Bytes | |
libdaemon-0.13-bnc469342.diff | 0000000812 812 Bytes | |
libdaemon-0.13.tar.bz2 | 0000272570 266 KB | |
libdaemon.changes | 0000003937 3.84 KB | |
libdaemon.spec | 0000007102 6.94 KB | |
ready | 0000000000 0 Bytes |
Comments 0