mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Service now depends on HTTP Service (http)
This commit is contained in:
parent
67ff871cf6
commit
12a1865d4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue