From 4fe002c4a02d793964f99c62037c636ab0c64565 Mon Sep 17 00:00:00 2001 From: irregulator Date: Tue, 13 May 2014 17:05:14 +0300 Subject: Gracefully handle SIGTERM as well as SIGINT, feature #5672 SIGTERM is caught by twisted, so we have to use addSystemEventTrigger() to pass a custom handler to twisted reactor. See https://leap.se/code/issues/5672 for more. --- changes/feature-5672_gracefully-handle-SIGTERM | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-5672_gracefully-handle-SIGTERM (limited to 'changes/feature-5672_gracefully-handle-SIGTERM') diff --git a/changes/feature-5672_gracefully-handle-SIGTERM b/changes/feature-5672_gracefully-handle-SIGTERM new file mode 100644 index 00000000..a616430d --- /dev/null +++ b/changes/feature-5672_gracefully-handle-SIGTERM @@ -0,0 +1 @@ +- Gracefully handle SIGTERM, with addSystemEventTrigger twisted reactor's method. Closes #5672. -- cgit v1.2.3