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();