This commit is contained in:
RDeck 2025-11-04 13:16:48 -05:00
parent 11b9f23e63
commit 0464737932
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ internal class Program
var rc = HostFactory.Run(x => {
x.Service<ServiceMain>();
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();