From 15c2896b99888c51880334dfebd58468328929e4 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Thu, 6 May 2021 17:11:13 +0100 Subject: python/python-daemon: Renamed python2-daemon. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python-daemon/README | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 python/python-daemon/README (limited to 'python/python-daemon/README') diff --git a/python/python-daemon/README b/python/python-daemon/README deleted file mode 100644 index e67a64ede3..0000000000 --- a/python/python-daemon/README +++ /dev/null @@ -1,8 +0,0 @@ -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