Skip to main content

A Pidfile Context Manager compatible with python-daemon's DaemonContext()

Project description

python-pidfile
==============

A Pidfile Context Manager compatible with python-daemon's DaemonContext()


Thanks
======

This is a direct copy (minus example usage in file) from an ActiveState recipe found here:
http://code.activestate.com/recipes/577911-context-manager-for-a-daemon-pid-file/

Example Usage
=============
```python
import daemon
context = daemon.DaemonContext()
context.pidfile = PidFile("/var/run/mydaemon")
```

or

```python
with daemon.DaemonContext(working_directory=".", pidfile=PidFile(pidpath)):
#do your daemonstuff here
```

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

pidfile-0.1.1.tar.gz (1.5 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