I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cdafefeb authored by jrandom's avatar jrandom Committed by zzz
Browse files

the shutdown detector is a daemon

parent f2203002
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,8 @@ public class Router {
};
_shutdownHook = new ShutdownHook();
_gracefulShutdownDetector = new I2PThread(new GracefulShutdown());
_gracefulShutdownDetector.setDaemon(true);
_gracefulShutdownDetector.setName("Graceful shutdown hook");
_gracefulShutdownDetector.start();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment