https://github.com/maandree/pdeath
Run a command that is killed when its parent dies
https://github.com/maandree/pdeath
processes utility
Last synced: about 1 month ago
JSON representation
Run a command that is killed when its parent dies
- Host: GitHub
- URL: https://github.com/maandree/pdeath
- Owner: maandree
- License: isc
- Created: 2016-09-30T10:28:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2026-05-09T14:04:58.000Z (3 months ago)
- Last Synced: 2026-05-09T16:11:07.286Z (3 months ago)
- Topics: processes, utility
- Language: C
- Homepage: https://codeberg.org/maandree/pdeath
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
NAME
pdeath - Run a command that is killed when its parent exits
SYNOPSIS
pdeath -L (signal[(+|-)off] command [argument] ...)
DESCRIPTION
pdeath runs the selected command with the parent death signal set to
signal plus or minus off. This means that the process receives this
signal when its parent process dies.
OPTIONS
-L List all signals.
LIMITATIONS
pdeath cannot be used on binaries with set-user-ID or set-group-ID set.