About Anaconda Help Download Anaconda

A lightweight C library which eases the writing of UNIX daemons

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v0.14
  • osx-64 v0.14
  • linux-aarch64 v0.14
  • osx-arm64 v0.14
  • linux-ppc64le v0.14

conda install

To install this package run one of the following:
conda install conda-forge::libdaemon
conda install conda-forge/label/cf202003::libdaemon

Description

libdaemon is a lightweight C library which eases the writing of UNIX daemons. It consists of the following parts:

  • Wrapper around fork() for correct daemonization of a process
  • Wrapper around syslog() for simple log output to syslog or STDERR
  • An API for writing PID files
  • An API for serializing signals into a pipe for use with select() or poll()
  • An API for running subprocesses with STDOUT and STDERR redirected to syslog

Routines like these are included in most of the daemon software available. It is not simple to get these done right and code duplication is not acceptable.

This package includes the header files and the static version of the library.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy