FICHA · MANJARO

python-daemonize

Library to enable your code run as a daemon process on Unix-like systems

  • Library
  • Dev
  • System
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Turn Python code into a Unix-like daemon process that runs in the background. It supports services that need to keep working after the launching terminal or session is gone.

This is developer support for background services, not an app to open directly. Daemonized code should manage logs, PID files, permissions, and clean shutdowns so administrators can monitor and stop it safely.

Permissions

Permissions not analysed for this source yet.