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