aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-05-30 14:22:12 -0400
committerLuke <luke.pulverenti@gmail.com>2016-05-30 14:22:12 -0400
commit47dbd1c1b22173e968419c22c1313c59f8fd08e1 (patch)
tree73e45e643f0aa8e20a05efd55327fa6619100500 /MediaBrowser.ServerApplication
parent776133e95f75892c32bdca8dac479ece7ab0c790 (diff)
parentf091e6f55f741e2ebd9a818a837c1950c49c1967 (diff)
Merge pull request #1792 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.ServerApplication')
-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 08c8a25b9d..be381fe963 100644
--- a/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
+++ b/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
@@ -25,7 +25,7 @@ namespace MediaBrowser.ServerApplication
Description = "The windows background service for Emby Server.",
// Will ensure the network is available
- ServicesDependedOn = new[] { "LanmanServer", "Tcpip" }
+ ServicesDependedOn = new[] { "LanmanServer", "EventLog", "Tcpip", "http" }
};
// Microsoft didn't add the ability to add a