mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
add final log before shutting down on SIGTERM
This commit is contained in:
parent
85e7b4b571
commit
0b58b3a4d1
@ -150,7 +150,7 @@ exp.boot = function(callback) {
|
|||||||
}, 30000);
|
}, 30000);
|
||||||
|
|
||||||
server.close(function() {
|
server.close(function() {
|
||||||
// all connections have been closed
|
logging.log("All connections closed, shutting down.");
|
||||||
process.exit();
|
process.exit();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user