diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-10-11 02:47:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-11 02:47:51 -0400 |
| commit | 88150e461c4b554630d0bfaac68a7d8e13954eff (patch) | |
| tree | c54fcc5b6eed59b3a76e9d403732dfcc6b2c0b06 /MediaBrowser.ServerApplication | |
| parent | 9aab559331ec90a92c69681f03fea0803aa7adb8 (diff) | |
| parent | d54f03514d630d29d7927ab20af53c2f6e48ad5b (diff) | |
Merge pull request #2219 from MediaBrowser/dev
Dev
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 90e6887333..d1972a938b 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -704,7 +704,7 @@ namespace MediaBrowser.ServerApplication WindowStyle = ProcessWindowStyle.Hidden, Verb = "runas", ErrorDialog = false, - Arguments = String.Format("/c sc stop {0} & sc start {0}", BackgroundService.GetExistingServiceName()) + Arguments = String.Format("/c sc stop {0} & sc start {0} & sc start {0}", BackgroundService.GetExistingServiceName()) }; Process.Start(startInfo); } |
