From fdcc0caf017e3e37e4143080b0ba17ddc8ee5e54 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 23 Sep 2014 01:18:19 +0200 Subject: add readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..08d642f --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +This a daemon spawns a process and reaps all orphaned +grandchildren. This is useful if you want to keep +your process tree clean. For instance if you want +all programs started from inside the same display +server instance to appear to be inside that display +if you look inside the process tree, rather than all +processes that loses their parent being reparented +to PID 1 and make a mess on your process tree. + -- cgit v1.2.3-70-g09d2