mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Merge pull request #145 from Cyberboss/RelayRepair
Service now requests DD to restart when upgraded
This commit is contained in:
@@ -56,6 +56,7 @@ namespace TGServerService
|
||||
currentStatus = TGDreamDaemonStatus.Online;
|
||||
DDWatchdog = new Thread(new ThreadStart(Watchdog));
|
||||
DDWatchdog.Start();
|
||||
RequestRestart(); //TODO: Remove this when DD -> Service communication is more
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user