From a2b021d78d338cca7e53bb5f287b6a164435defb Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 2 Feb 2024 08:17:18 +0700 Subject: python/python3-daemon: Added (Python Daemon). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-daemon/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-daemon/README (limited to 'python/python3-daemon/README') 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". -- cgit v1.2.3