2 references to IsSystemdService
Microsoft.Extensions.Hosting.Systemd (2)
SystemdHelpers.cs (2)
99
internal static bool IsSystemdLogger() =>
IsSystemdService
();
105
internal static bool IsSystemdLifetime() =>
IsSystemdService
() || IsSystemdNotify();