diff --git a/pungi/scripts/pungi_koji.py b/pungi/scripts/pungi_koji.py index 6131f27f..8c905565 100644 --- a/pungi/scripts/pungi_koji.py +++ b/pungi/scripts/pungi_koji.py @@ -615,6 +615,7 @@ def sigterm_handler(signum, frame): def cli_main(): + signal.signal(signal.SIGINT, sigterm_handler) signal.signal(signal.SIGTERM, sigterm_handler) try: