This commit is contained in:
parent
11b9f23e63
commit
0464737932
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue