From 328580f514324cbb23c5ed75509a134efe54efdb Mon Sep 17 00:00:00 2001 From: klaatu Date: Tue, 4 Jun 2013 17:15:42 -0400 Subject: python/python-daemon: Added (create pythonic daemon processes) Signed-off-by: dsomero --- python/python-daemon/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python-daemon/README (limited to 'python/python-daemon/README') diff --git a/python/python-daemon/README b/python/python-daemon/README new file mode 100644 index 0000000000..e67a64ede3 --- /dev/null +++ b/python/python-daemon/README @@ -0,0 +1,8 @@ +This library implements the well-behaved daemon specification of PEP +3143, "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. A +DaemonContext instance holds the behaviour and configured process +environment for the program; use the instance as a context manager to +enter a daemon state. -- cgit v1.2.3