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/p291m6fnrqizjr4dglcz77525skyd8k3-libdaemon-0.14.drv
    x86_64-linuxx86_64-w64-mingw32/gnu/store/08m2wsk2wgb5rdm8xgrv31vblvj9z0jy-libdaemon-0.14.drv
      x86_64-linuxriscv64-linux-gnu/gnu/store/q3ikl2xi20n1s8i3vj8l1fgmz8n8span-libdaemon-0.14.drv
        x86_64-linuxpowerpc-linux-gnu/gnu/store/gb97cw7kdslnf8v8nh9daf4vi77iqb57-libdaemon-0.14.drv
          x86_64-linuxpowerpc64le-linux-gnu/gnu/store/by8r6a42yyqb9dlnn7zzgz2cmf1lhbfm-libdaemon-0.14.drv
            x86_64-linuxmips64el-linux-gnu/gnu/store/494b0c5izzyvw3pghdcndaqmj24n1w7k-libdaemon-0.14.drv
              x86_64-linuxi686-w64-mingw32/gnu/store/p5ggdygl8r4r08kisggl57a57b94zw1f-libdaemon-0.14.drv
                x86_64-linuxi586-pc-gnu/gnu/store/nln3dfdx7qb1c5ckag212k6rdissh0c4-libdaemon-0.14.drv
                  x86_64-linuxarm-linux-gnueabihf/gnu/store/qh5phzj3dgxqg0cay0hswy33n5ycw5d3-libdaemon-0.14.drv
                    x86_64-linuxaarch64-linux-gnu/gnu/store/yq6rvymibvk3xg9d0mny495nl332p1qj-libdaemon-0.14.drv
                      riscv64-linux/gnu/store/awlqdvghin6wdfpp35b39kai3h18cxrj-libdaemon-0.14.drv
                        powerpc-linux/gnu/store/b5xpv0fqdfsxgj4jd2qdlc4nyk2fap60-libdaemon-0.14.drv
                          powerpc64le-linux/gnu/store/aw7g62wai5vfwdy902jb9fq9cg8366di-libdaemon-0.14.drv
                            mips64el-linux/gnu/store/7a7h2cks2zgxhykm2l04d18jhbshfn3n-libdaemon-0.14.drv
                              i686-linux/gnu/store/dwyghamfnajfya253wq8cvgkxnyacazk-libdaemon-0.14.drv
                                i586-gnu/gnu/store/p1a12yyysn2f67f5kna84mhy4dk6hxys-libdaemon-0.14.drv
                                  armhf-linux/gnu/store/ijx1zl235bwl99ngd6gcvbmf2awnbvs1-libdaemon-0.14.drv
                                    aarch64-linux/gnu/store/xammzlnkdl7p40gdlh84bcwhmwyrig6d-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