Creating server daemon. Added system info (not host info) and data usage endpoints
This commit is contained in:
5
MoonlightServers.Daemon/Program.cs
Normal file
5
MoonlightServers.Daemon/Program.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using MoonlightServers.Daemon;
|
||||
|
||||
var startup = new Startup();
|
||||
|
||||
await startup.Run(args);
|
||||
Reference in New Issue
Block a user