diff --git a/TGServerService/Program.cs b/TGServerService/Program.cs
index aa10e583c6..1fc9a14285 100644
--- a/TGServerService/Program.cs
+++ b/TGServerService/Program.cs
@@ -9,7 +9,7 @@ namespace TGServerService
///
/// Entry point to the program
///
- static void Main() => Service.Launch();
+ static void Main() => new Service();
///
/// Copy a file from to , but first ensure the destination directory exists