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