py3-daemon

library to implement a Unix daemon process

WWW CVSWeb GITHub
  1. Package version
    py3-daemon-3.0.1
  2. Maintainer
    Martin Reindl

This library implements the well-behaved daemon specification of PEP
3143, "Standard daemon process library".

A well-behaved Unix daemon process is tricky to get right, but the
required steps are much the same for every daemon program. A
DaemonContext instance holds the behaviour and configured process
environment for the program; use the instance as a context manager to
enter a daemon state.

  • python3

  • textproc/py-docutils,python3
  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3

  • sysutils/py-lockfile,python3
  • lang/python/3.10