mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 07:15:24 +00:00
Service now depends on Tcpip
This commit is contained in:
@@ -71,6 +71,7 @@ namespace NzbDrone.Common
|
||||
serviceInstaller.ServiceName = serviceName;
|
||||
serviceInstaller.Description = "NzbDrone Application Server";
|
||||
serviceInstaller.StartType = ServiceStartMode.Automatic;
|
||||
serviceInstaller.ServicesDependedOn = new[] { "Tcpip" };
|
||||
|
||||
serviceInstaller.Parent = installer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user