sigmap

Crates.iosigmap
lib.rssigmap
version0.1.0
sourcesrc
created_at2021-11-08 18:53:47.034789
updated_at2021-11-08 18:53:47.034789
descriptionMaps process signals from one to another
homepage
repository
max_upload_size
id478598
size6,866
Cameron Bytheway (camshaft)

documentation

README

sigmap

Maps process signals from one code to another

Installation

$ cargo install sigmap --force

Usage

# Maps TERM signals to INT
$ sigmap TERM:INT ./my-process arg1 arg2

# Maps a list of signals
$ sigmap TERM:INT HUP:INT ./my-process arg1 arg2
Commit count: 0

cargo fmt