4 references to NotifySocket
Microsoft.Extensions.Hosting.Systemd (4)
SystemdHelpers.cs (2)
55return !string.IsNullOrEmpty(Environment.GetEnvironmentVariable(SystemdConstants.NotifySocket)) || 91string? socketPath = Environment.GetEnvironmentVariable(SystemdConstants.NotifySocket);
SystemdHostBuilderExtensions.cs (1)
126Environment.SetEnvironmentVariable(SystemdConstants.NotifySocket, null);
SystemdNotifier.cs (1)
61string? socketPath = Environment.GetEnvironmentVariable(SystemdConstants.NotifySocket);