Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit ae89274

Browse files
butlerxDanielBrierton
authored andcommitted
handle nodemon restart
1 parent 5954370 commit ae89274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ require('./migrate-psql-db.js')(function (err) {
6868
process.on('SIGINT', shutdown);
6969
process.on('SIGTERM', shutdown);
7070
process.on('uncaughtException', shutdown);
71+
process.on('SIGUSR2', shutdown);
7172

7273
require('./network.js')(seneca);
7374

0 commit comments

Comments
 (0)