소스 검색

update service installer

Luke Pulverenti 9 년 전
부모
커밋
f8a0cf4637
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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