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