Skip to main content

Make daemon for your program

Project description

NAME

x100daemon - Make daemon for your program

SYNOPSIS

from x100daemon import Daemon

pidfile = '/var/pid/hello.pid'
d = Daemon(pidfile)
d.daemonize()

#your program district

DESCRIPTION

x100daemon make daemon for your program

METHODS

pidfile

Assgin your pidfile path

daemonize

make daemon

SUPPORTED PYTHON VERSIONS

daemonize only supports python 3.3 or newer.

EXAMPLES

example

from x100daemon import Daemon

pidfile = '/var/pid/hello.pid'
d = Daemon(pidfile)
d.daemonize()

#your program district

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

x100daemon-0.1.1.tar.gz (1.8 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