Skip to main content

Library to implement a well-behaved Unix daemon process

Project description

This library implements PEP [no number yet], 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. An instance of the DaemonContext holds the behaviour and configured process environment for the program; use the instance as a context manager to enter a daemon state.

Simple example of usage:

import daemon

from spam import do_main_program

with daemon.DaemonContext() as daemon_context:
    do_main_program()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-daemon-1.4.3.tar.gz (22.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page