Update from upstream #11

Closed
soksanichenko wants to merge 158 commits from a8_updated into a8
Showing only changes of commit f470599f6c - Show all commits

View File

@ -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: