Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
forsthug committed Jan 24, 2024
1 parent c1f49b8 commit 2297e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fiskaltrust.Launcher/Commands/RunCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static async Task<int> HandleAsync(CommonOptions commonOptions, CommonPro
services.Configure<Microsoft.Extensions.Hosting.HostOptions>(opts => opts.ShutdownTimeout = TimeSpan.FromSeconds(30));
services.AddSingleton(_ => commonProperties.LauncherConfiguration);
services.AddSingleton(_ => runServices.Lifetime);
services.AddSingleton<IHostLifetime>(sp => sp.GetRequiredService<ILifetime>());
services.AddSingleton(_ => commonProperties.CashboxConfiguration);
services.AddSingleton(_ => new Dictionary<Guid, IProcessHostMonarch>());
services.AddSingleton<PackageDownloader>();
Expand Down

0 comments on commit 2297e11

Please sign in to comment.