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