Update to handle SIGQUIT
This commit is contained in:
parent
b17c2404b1
commit
0bcd83576f
1 changed files with 1 additions and 0 deletions
1
app.js
1
app.js
|
@ -672,3 +672,4 @@ function handleTermSignals () {
|
|||
}
|
||||
process.on('SIGINT', handleTermSignals)
|
||||
process.on('SIGTERM', handleTermSignals)
|
||||
process.on('SIGQUIT', handleTermSignals)
|
||||
|
|
Loading…
Reference in a new issue