aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-23 01:18:19 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-23 01:18:19 +0200
commitfdcc0caf017e3e37e4143080b0ba17ddc8ee5e54 (patch)
tree8c5aa7e6569c1c0fa7dc2c140aa7632df8013afd /README
parentadd reapd (diff)
downloadorphan-reaper-fdcc0caf017e3e37e4143080b0ba17ddc8ee5e54.tar.gz
orphan-reaper-fdcc0caf017e3e37e4143080b0ba17ddc8ee5e54.tar.bz2
orphan-reaper-fdcc0caf017e3e37e4143080b0ba17ddc8ee5e54.tar.xz
add readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
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.
+