FICHA · AUR

python-daemonocle

Python library for creating Unix daemons

  • Library
  • LIBRARY
  • PYTHON
  • DAEMON
  • Dependency only
official+codex · reviewed · May 29, 2026 description in en

Description

Python programs can be turned into Unix-style daemons with process detaching, pid files, signal handling, and service lifecycle helpers. This is useful for developers writing background workers and long-running system tasks.

It is a developer library. Background services need careful permissions, logging, shutdown behavior, and supervision because failures can otherwise be hidden.

Permissions

Permissions not analysed for this source yet.