diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-18 14:30:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-18 14:30:50 -0400 |
| commit | d000cd4159f46eb1f0c26b5b8d3a3794bd7d9b1b (patch) | |
| tree | f5fa138ab6ff4ea6a2d601aa6b499c9c7985137a /MediaBrowser.ServerApplication | |
| parent | 2f17d160bc2c90d0fd54b42098fb7a60bc3c8264 (diff) | |
remote service restart
Diffstat (limited to 'MediaBrowser.ServerApplication')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
