package
5.4.0
Repository: https://github.com/containers/podman.git
Documentation: pkg.go.dev

# Functions

CatchAll catches all signals and relays them to the specified channel.
IsSignalIgnoredBySigProxy determines whether sig-proxy should ignore syscall signal.
ParseSignal translates a string to a valid syscall signal.
ParseSignalNameOrNumber translates a string to a valid syscall signal.
ParseSysSignalToName translates syscall.Signal to its name in the operating system.
StopCatch stops catching the signals and closes the specified channel.
No description provided by the author

# Constants

Make sure the signal buffer is sufficiently big.
For cross-compilation with Windows.

# Variables

SignalMap is a map of Linux signals.