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
https://0pointer.de/lennart/projects/libdaemon/
Location
gnu/packages/libdaemon.scm (line: 30, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/m4llg56hxcqi8qma4xndzzzwwh2lgkwp-libdaemon-0.14.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/5plz663qbzyn8j6ajw2zd3lqcpcb4zvg-libdaemon-0.14.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/4c1flyrrlmqqczgx13689l33scainngi-libdaemon-0.14.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/8wnsd3702ww8rmfsfz6lbj3qsxg3k0l8-libdaemon-0.14.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/bscf1l4yy5h8j3k8i5s0ya529nmzlnph-libdaemon-0.14.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/ynqp1ph19vc10k0fafzm6kw1dz55kdky-libdaemon-0.14.drv
x86_64-linuxi686-w64-mingw32/gnu/store/2q5ihj5cjmd8m0cxv0hfc2w7j1qb0fiy-libdaemon-0.14.drv
x86_64-linuxi586-pc-gnu/gnu/store/48pqs1dx0ym472770a08pwm57i3f96vw-libdaemon-0.14.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/6ipc45d2iqk5yvimzfvwkq26rl18f3fw-libdaemon-0.14.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/y6a6rb7jl53iliwl6cm83gm2674lq9jf-libdaemon-0.14.drv
riscv64-linux/gnu/store/7wfmdsl1hqaflzy61w46122l7lp5yr8s-libdaemon-0.14.drv
powerpc-linux/gnu/store/zrqwnjrvqzg2pw98yivqjp74rj5dyr68-libdaemon-0.14.drv
    powerpc64le-linux/gnu/store/riihw0x4amvip7xysiimjvc9xks6cc9w-libdaemon-0.14.drv
    mips64el-linux/gnu/store/7m6dfjkk58ilidjx6gl0kmrcmbwq0l0r-libdaemon-0.14.drv
      i686-linux/gnu/store/ccy12pbcvilv9f4sryj3gf8xx452lfvf-libdaemon-0.14.drv
      i586-gnu/gnu/store/r47r2ld93zjmwzh6krl5n49xnyzf3wdn-libdaemon-0.14.drv
      armhf-linux/gnu/store/wajgl56pzdsnmgbks8krs6515xmrczhd-libdaemon-0.14.drv
      aarch64-linux/gnu/store/9nbdq7nfi2nfa9kzm3va0vgbvkx5nrhw-libdaemon-0.14.drv

      Lint warnings

      LinterMessageLocation
      formatting

      Look for formatting issues in the source

      line 39 is way too long (147 characters)
      formatting

      Look for formatting issues in the source

      parentheses feel lonely, move to the previous or next line