From d000cd4159f46eb1f0c26b5b8d3a3794bd7d9b1b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 18 Oct 2016 14:30:50 -0400 Subject: [PATCH] remote service restart --- MediaBrowser.ServerApplication/MainStartup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index d1972a938b..b2c7445e23 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -71,7 +71,7 @@ namespace MediaBrowser.ServerApplication if (_isRunningAsService) { - _canRestartService = CanRestartWindowsService(); + //_canRestartService = CanRestartWindowsService(); } var currentProcess = Process.GetCurrentProcess();