2 references to ServiceState
Microsoft.Extensions.Hosting.Systemd (2)
ServiceState.cs (2)
19
public static readonly ServiceState Ready = new
ServiceState
("READY=1");
24
public static readonly ServiceState Stopping = new
ServiceState
("STOPPING=1");