summaryrefslogtreecommitdiff
path: root/changes/feature-5672_gracefully-handle-SIGTERM
AgeCommit message (Collapse)Author
2014-05-15Gracefully handle SIGTERM as well as SIGINT, feature #5672irregulator
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.