Skip to content

Reaper will spawn a process, when that process dies / crashes. Reaper will notice and kill all left-over sub-processes.

License

Notifications You must be signed in to change notification settings

michieldwitte/Reaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reaper

Intro

Reaper will spawn the program that's given as an argument, and wait untill it dies.
When that process dies, any left behind children of that process will be killed.
This uses the PR_SET_CHILD_SUBREAPER argument for prctl.

Usage

./reaper /usr/bin/child_spawning_process

About

Reaper will spawn a process, when that process dies / crashes. Reaper will notice and kill all left-over sub-processes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages