Implemented more life cycle handling. Added support for rootless environments
This commit is contained in:
10
MoonlightServers.DaemonShared/Enums/ServerState.cs
Normal file
10
MoonlightServers.DaemonShared/Enums/ServerState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MoonlightServers.DaemonShared.Enums;
|
||||
|
||||
public enum ServerState
|
||||
{
|
||||
Offline = 0,
|
||||
Starting = 1,
|
||||
Online = 2,
|
||||
Stopping = 3,
|
||||
Installing = 4
|
||||
}
|
||||
Reference in New Issue
Block a user