Service now depends on HTTP Service (http)

pull/3113/head
Mark McDowall 8 years ago
parent 67ff871cf6
commit 12a1865d4d

@ -80,7 +80,7 @@ namespace NzbDrone.Common
serviceInstaller.ServiceName = serviceName;
serviceInstaller.Description = "NzbDrone Application Server";
serviceInstaller.StartType = ServiceStartMode.Automatic;
serviceInstaller.ServicesDependedOn = new[] { "EventLog", "Tcpip" };
serviceInstaller.ServicesDependedOn = new[] { "EventLog", "Tcpip", "http" };
serviceInstaller.Parent = installer;

Loading…
Cancel
Save