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
```
==============
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pidfile-0.1.1.tar.gz
.
File metadata
- Download URL: pidfile-0.1.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1ea120cf68bf5867f5bae35aeeeac3df21b81eecc76cb8911177b06efc816e3 |
|
MD5 | 04e15a9d5290dd3ef0bf7287a99280fc |
|
BLAKE2b-256 | dc996aa63129363386783d04ba9f388cd1d8e92a4f3d2e780501d213a6dd8dc0 |