# Functions
Temporarily inhibit signals from shutting down Libpod.
Register registers a function that will be executed when Podman is terminated by a signal.
Start begins handling SIGTERM and SIGINT and will run the given on-signal handlers when one is called.
Stop the shutdown signal handler.
Stop inhibiting signals from shutting down Libpod.
Unregister un-registers a given shutdown handler.
# Variables
No description provided by the author