mirror of
https://github.com/louislam/dockge.git
synced 2024-11-21 15:53:34 +01:00
WIP
This commit is contained in:
parent
3848e8cbb9
commit
f3dd323daa
@ -605,6 +605,13 @@ export class DockgeServer {
|
||||
Settings.stopCacheCleaner();
|
||||
}
|
||||
|
||||
/**
|
||||
* Final function called before application exits
|
||||
*/
|
||||
finalFunction() {
|
||||
log.info("server", "Graceful shutdown successful!");
|
||||
}
|
||||
|
||||
/**
|
||||
* Force connected sockets of a user to refresh and disconnect.
|
||||
* Used for resetting password.
|
||||
|
Loading…
Reference in New Issue
Block a user