mirror of
https://github.com/Readarr/Readarr
synced 2025-12-24 09:12:51 +01:00
Service now depends on Tcpip
This commit is contained in:
parent
39834c1691
commit
9b5e56704e
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ public virtual void Install(string serviceName)
|
|||
serviceInstaller.ServiceName = serviceName;
|
||||
serviceInstaller.Description = "NzbDrone Application Server";
|
||||
serviceInstaller.StartType = ServiceStartMode.Automatic;
|
||||
serviceInstaller.ServicesDependedOn = new[] { "Tcpip" };
|
||||
|
||||
serviceInstaller.Parent = installer;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue