summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorWu Cheng-Han2017-03-22 15:26:35 +0800
committerWu Cheng-Han2017-03-22 15:26:35 +0800
commit0bcd83576f95435fa008f185a3993158d7e64ce6 (patch)
tree2f20b4f519c0590200fcf30ee86a23db0622e7c2 /app.js
parentb17c2404b1b6c1b7dfc35f424eb047cd080e8e17 (diff)
Update to handle SIGQUIT
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.js b/app.js
index 4d809eae..1820359f 100644
--- a/app.js
+++ b/app.js
@@ -672,3 +672,4 @@ function handleTermSignals () {
}
process.on('SIGINT', handleTermSignals)
process.on('SIGTERM', handleTermSignals)
+process.on('SIGQUIT', handleTermSignals)