Radarr/ServiceHelpers/ServiceInstall/Program.cs

11 lines
161 B
C#
Raw Normal View History

2013-07-19 03:47:55 +00:00
namespace ServiceInstall
{
public static class Program
{
static void Main()
{
ServiceHelper.Run(@"/i");
}
}
}