another one

This commit is contained in:
UbitUmarov
2017-05-25 02:24:15 +01:00
parent b6c23fe911
commit 8195cd5153
2 changed files with 9 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ namespace OpenSim.Server.Base
{
new Mono.Unix.UnixSignal(Mono.Unix.Native.Signum.SIGTERM)
};
ignal_thread.IsBackground = true;
signal_thread.Start();
}
catch (Exception e)