mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
add final log before shutting down on SIGTERM
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user