mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-29 18:15:37 -04: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