Some updated for 1.4.13
This commit is contained in:
@@ -30,7 +30,7 @@ void ts::server::shutdownInstance(const std::string& message) {
|
||||
threads::name(force_kill, "force stopper");
|
||||
force_kill.detach();
|
||||
|
||||
exit(2);
|
||||
kill(0, SIGKILL);
|
||||
});
|
||||
threads::name(hangup_controller, "stop controller");
|
||||
hangup_controller.detach();
|
||||
|
||||
Reference in New Issue
Block a user