diff --git a/TGServerService/DreamDaemon.cs b/TGServerService/DreamDaemon.cs index f576fdfc77..4d05e5a9a9 100644 --- a/TGServerService/DreamDaemon.cs +++ b/TGServerService/DreamDaemon.cs @@ -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) {