https://github.com/juntyr/grim-reaper
grim-reaper is a Linux-only wrapper program that allows you to cleanly sigkill a deep process tree through the wrapper.
https://github.com/juntyr/grim-reaper
linux rust setsid signal
Last synced: 15 days ago
JSON representation
grim-reaper is a Linux-only wrapper program that allows you to cleanly sigkill a deep process tree through the wrapper.
- Host: GitHub
- URL: https://github.com/juntyr/grim-reaper
- Owner: juntyr
- License: apache-2.0
- Created: 2021-09-21T07:18:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T11:12:09.000Z (5 months ago)
- Last Synced: 2024-12-17T12:22:25.386Z (5 months ago)
- Topics: linux, rust, setsid, signal
- Language: Rust
- Homepage: https://juntyr.github.io/grim-reaper/grim_reaper/
- Size: 3.96 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# grim-reaper [![CI Status]][workflow] [![Rust Doc]][docs] [![License Status]][fossa] [![Code Coverage]][codecov] [![Gitpod Ready-to-Code]][gitpod]
[CI Status]: https://img.shields.io/github/actions/workflow/status/juntyr/grim-reaper/ci.yml?branch=main
[workflow]: https://github.com/juntyr/grim-reaper/actions/workflows/ci.yml?query=branch%3Amain[Rust Doc]: https://img.shields.io/badge/docs-main-blue
[docs]: https://juntyr.github.io/grim-reaper/[License Status]: https://app.fossa.com/api/projects/custom%2B26490%2Fgithub.com%2Fjuntyr%2Fgrim-reaper.svg?type=shield
[fossa]: https://app.fossa.com/projects/custom%2B26490%2Fgithub.com%2Fjuntyr%2Fgrim-reaper?ref=badge_shield[Code Coverage]: https://img.shields.io/codecov/c/github/juntyr/grim-reaper?token=6F3K1L1PO4
[codecov]: https://codecov.io/gh/juntyr/grim-reaper[Gitpod Ready-to-Code]: https://img.shields.io/badge/Gitpod-ready-blue?logo=gitpod
[gitpod]: https://gitpod.io/#https://github.com/juntyr/grim-reaper`grim-reaper` is a Linux-only wrapper program that forwards signals to all its descendants as even when the signal is only sent to the wrapper itself. In particular, this means that a program with a deep process tree can be cleanly sigkilled.
## Usage
```shell
grim-reaper
```## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.