Language

Package: libdaemon @ 0.14

Synopsis

Lightweight C library that eases the writing of UNIX daemons

Description

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.

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.

Home page
http://0pointer.de/lennart/projects/libdaemon/
Location
gnu/packages/libdaemon.scm (line: 29, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/p7686n2393m5qcbmq5k92xyjym2vjp6j-libdaemon-0.14.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/5689xnsiffkqfslfg5nfa9skicfg85bw-libdaemon-0.14.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/kwxhrlghhap94ylf4p4cgp0drar53x5n-libdaemon-0.14.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/693vjipc2mpdl9v5gsaq5ky0m8s0p61c-libdaemon-0.14.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/wkm1fhw4v9hf5f5lsmvhs4k2lk88lpv9-libdaemon-0.14.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/sv6gz4q4jk4nm4nn8nkkyr10jxww160b-libdaemon-0.14.drv
x86_64-linuxi686-w64-mingw32/gnu/store/p7kawzg5h7fim4c2s4xdcxagzvrn4s5k-libdaemon-0.14.drv
x86_64-linuxi586-pc-gnu/gnu/store/dfp5pkdfmp6rlvgmdcdbbbi879dv9pfm-libdaemon-0.14.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/4p179j0ncxkill08kvly1fi2f0m1mzy3-libdaemon-0.14.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/lghc5af8awrsl3wxxf0hnj5w8yscfxyw-libdaemon-0.14.drv
riscv64-linux/gnu/store/ib1ihan3x975r2g0i8g2rms6fsxhql54-libdaemon-0.14.drv
    powerpc-linux/gnu/store/xs3nxlyz1qv64xm3hdk8pmbn0kyrva8q-libdaemon-0.14.drv
      powerpc64le-linux/gnu/store/7hkwb5jr3cisv1bcawqaclk45xiv9bd1-libdaemon-0.14.drv
      mips64el-linux/gnu/store/517fbphx49zfx1h48jbr44fyin06jijn-libdaemon-0.14.drv
        i686-linux/gnu/store/jqxrgrgncpa0irrga43r53jwblms7di7-libdaemon-0.14.drv
        i586-gnu/gnu/store/r0rprmdscwgqzji5hhlwclfb22xjwkxh-libdaemon-0.14.drv
        armhf-linux/gnu/store/zzsa0ay6n9spmxsb2r75g1y8qy6d5xvw-libdaemon-0.14.drv
        aarch64-linux/gnu/store/kh63ki6b4z02s9j5v83ziq86ssb05xlw-libdaemon-0.14.drv

        Lint warnings

        LinterMessageLocation
        formatting

        Look for formatting issues in the source

        line 38 is way too long (147 characters)
        formatting

        Look for formatting issues in the source

        parentheses feel lonely, move to the previous or next line