diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-23 16:44:15 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-23 16:44:15 -0400 |
| commit | d0c9273d679cfec73c10e6f863c5cf9012a3aa2f (patch) | |
| tree | 6c6b595c169911e981ea43882dbcc864f1678d50 /MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs | |
| parent | 25e325481db84629fa5b42a4bf8b1cf6f1761057 (diff) | |
install service with Emby name
Diffstat (limited to 'MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs b/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs index 15cab6c19..08c8a25b9 100644 --- a/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs +++ b/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs @@ -22,7 +22,7 @@ namespace MediaBrowser.ServerApplication DelayedAutoStart = true, - Description = "The windows background service for Media Browser Server.", + Description = "The windows background service for Emby Server.", // Will ensure the network is available ServicesDependedOn = new[] { "LanmanServer", "Tcpip" } |
