diff --git a/TGServerService/DreamDaemon.cs b/TGServerService/DreamDaemon.cs index e70e33953f..7fe807d91a 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) {