diff options
author | irregulator <irregulator@riseup.net> | 2014-05-13 17:05:14 +0300 |
---|---|---|
committer | irregulator <irregulator@riseup.net> | 2014-05-15 18:22:11 +0300 |
commit | 4fe002c4a02d793964f99c62037c636ab0c64565 (patch) | |
tree | 9a03461e9e7457fd25f9f7cc985f27e9eb1e053e /changes | |
parent | 89cd9fd12532190143bcc14619f03126895a13fa (diff) |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature-5672_gracefully-handle-SIGTERM | 1 |
1 files changed, 1 insertions, 0 deletions
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. |