@ -45,7 +45,11 @@ namespace MediaBrowser.ServerApplication
{
var options = new StartupOptions();
_isRunningAsService = options.ContainsOption("-service");
_canRestartService = CanRestartWindowsService();
if (_isRunningAsService)
}
var currentProcess = Process.GetCurrentProcess();