remote service restart

This commit is contained in:
Luke Pulverenti 2016-10-18 14:30:50 -04:00
parent 2f17d160bc
commit d000cd4159

View File

@ -71,7 +71,7 @@ namespace MediaBrowser.ServerApplication
if (_isRunningAsService)
{
_canRestartService = CanRestartWindowsService();
//_canRestartService = CanRestartWindowsService();
}
var currentProcess = Process.GetCurrentProcess();