mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update service installer
This commit is contained in:
parent
0619717f38
commit
f8a0cf4637
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user