mirror of https://github.com/lidarr/Lidarr
Service now depends on Tcpip
This commit is contained in:
parent
39834c1691
commit
9b5e56704e
|
@ -71,6 +71,7 @@ namespace NzbDrone.Common
|
||||||
serviceInstaller.ServiceName = serviceName;
|
serviceInstaller.ServiceName = serviceName;
|
||||||
serviceInstaller.Description = "NzbDrone Application Server";
|
serviceInstaller.Description = "NzbDrone Application Server";
|
||||||
serviceInstaller.StartType = ServiceStartMode.Automatic;
|
serviceInstaller.StartType = ServiceStartMode.Automatic;
|
||||||
|
serviceInstaller.ServicesDependedOn = new[] { "Tcpip" };
|
||||||
|
|
||||||
serviceInstaller.Parent = installer;
|
serviceInstaller.Parent = installer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue