From 0464737932156a37c47d7e9be2f43fa18c67e241 Mon Sep 17 00:00:00 2001 From: RDeck Date: Tue, 4 Nov 2025 13:16:48 -0500 Subject: [PATCH] ! --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index b4db401..18e4967 100644 --- a/Program.cs +++ b/Program.cs @@ -23,7 +23,7 @@ internal class Program var rc = HostFactory.Run(x => { x.Service(); x.EnableServiceRecovery(r => r.RestartService(TimeSpan.FromSeconds(15))); - x.SetServiceName("kmAtomicTime2"); + x.SetServiceName("kmProcessServer"); x.StartAutomaticallyDelayed(); x.SetDescription("Serves as a host to several Micro Services that the company runs."); x.UseLog4Net();