aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs')
-rw-r--r--MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs b/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
index 27ddfeb95..15cab6c19 100644
--- a/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
+++ b/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
@@ -25,7 +25,7 @@ namespace MediaBrowser.ServerApplication
Description = "The windows background service for Media Browser Server.",
// Will ensure the network is available
- ServicesDependedOn = new[] { "LanmanServer" }
+ ServicesDependedOn = new[] { "LanmanServer", "Tcpip" }
};
// Microsoft didn't add the ability to add a