diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-17 18:24:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-17 18:24:03 +0200 |
commit | 9eb16aa2cdcdf14642ef43e5498a8f626a72d99c (patch) | |
tree | 0fb5b58f2767674f3038f759d803822e0c780fe2 /README | |
parent | update dist (diff) | |
download | orphan-reaper-e9d3fa14dab6470d929f7a5bc319a17b01c3c799.tar.gz orphan-reaper-e9d3fa14dab6470d929f7a5bc319a17b01c3c799.tar.bz2 orphan-reaper-e9d3fa14dab6470d929f7a5bc319a17b01c3c799.tar.xz |
Rewrite and relicense2.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,7 +2,7 @@ NAME orphan-reaper - Keep your process tree clean SYNOPSIS - orphan-reaper [--fatal] [--] COMMAND... + orphan-reaper [-f] command... DESCRIPTION This user daemon spawns a process and reaps all orphaned @@ -15,7 +15,7 @@ DESCRIPTION process tree. OPTIONS - --fatal + -f Fail if the process cannot become a subreaper. RATIONALE @@ -26,4 +26,3 @@ RATIONALE SEE ALSO prctl(2), pstree(1), htop(1) - |