aboutsummaryrefslogtreecommitdiff
path: root/python/python3-daemon/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <dslackw@gmail.com>2024-02-02 08:17:18 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-02 15:49:38 +0700
commita2b021d78d338cca7e53bb5f287b6a164435defb (patch)
tree1271d328226cd2198784b9ab43b34c6f37ee122e /python/python3-daemon/README
parentc40b9bd5e5120b17d6d6db0039e8c8c5c3fc380e (diff)
python/python3-daemon: Added (Python Daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-daemon/README')
-rw-r--r--python/python3-daemon/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-daemon/README b/python/python3-daemon/README
new file mode 100644
index 0000000000..1c58f8cc8e
--- /dev/null
+++ b/python/python3-daemon/README
@@ -0,0 +1,2 @@
+This library implements the well-behaved daemon specification of
+PEP 3143, "Standard daemon process library".