Browse Source

update service installer

Luke Pulverenti 9 years ago
parent
commit
f8a0cf4637
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs

+ 1 - 1
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