mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Check service running before checking self restart
This commit is contained in:
parent
cabf2cdc1b
commit
71386f0ceb
@ -45,7 +45,11 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
var options = new StartupOptions();
|
||||
_isRunningAsService = options.ContainsOption("-service");
|
||||
_canRestartService = CanRestartWindowsService();
|
||||
|
||||
if (_isRunningAsService)
|
||||
{
|
||||
_canRestartService = CanRestartWindowsService();
|
||||
}
|
||||
|
||||
var currentProcess = Process.GetCurrentProcess();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user