felixscheinost / kill-orphan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kill-orphan

Small utility which allows to run a command which will be killed as soon as the parent process dies.

Will try to kill the whole process group (process itself and all subprocesses).

Use-case: e.g. running a watcher task which rebuilds assets as long as some main application is running.

Usage

kill-orphan command [args...]

About


Languages

Language:Rust 76.7%Language:Nix 23.3%