diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 17:11:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:47 +0700 |
commit | 15c2896b99888c51880334dfebd58468328929e4 (patch) | |
tree | 31d2589b73f41caea65212286aaa3019dc439896 /python/python2-daemon/README | |
parent | 2736c86213709c55205311ac6b56905d1315b6db (diff) |
python/python-daemon: Renamed python2-daemon.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-daemon/README')
-rw-r--r-- | python/python2-daemon/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python2-daemon/README b/python/python2-daemon/README new file mode 100644 index 0000000000000..e67a64ede33eb --- /dev/null +++ b/python/python2-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. |