3 kill-rogue \- a tool to kill processes went rogue
6 .I <rogue-uid> <reaper-uid>
9 lets you kill a process which continuously forks a new one and terminates itself.
12 can not reliably kill such a chain of processes.
13 It uses ticks described in this article
14 .IR <https://lwn.net/Articles/754980/> .
18 UID of the rougue process
21 An other arbitrary UID (not 0) used to avoid getting killed. Let's say 1.
25 .IR <https://github.com/gwd/runner-reaper/blob/master/reaper.c>