1 implementation of ISystemdNotifier
Microsoft.Extensions.Hosting.Systemd (1)
SystemdNotifier.cs (1)
14public class SystemdNotifier : ISystemdNotifier
4 references to ISystemdNotifier
Microsoft.Extensions.Hosting.Systemd (4)
SystemdHostBuilderExtensions.cs (1)
88services.AddSingleton<ISystemdNotifier, SystemdNotifier>();
SystemdLifetime.cs (3)
30/// <param name="systemdNotifier">The <see cref="ISystemdNotifier"/> to notify Systemd about service status.</param> 32public SystemdLifetime(IHostEnvironment environment, IHostApplicationLifetime applicationLifetime, ISystemdNotifier systemdNotifier, ILoggerFactory loggerFactory) 48private ISystemdNotifier SystemdNotifier { get; }