Add --NoRestart command line flag and pass pids to the updater (--KillPids)

This commit is contained in:
kaso17
2017-01-20 13:50:23 +01:00
parent bbff25fd54
commit 16ef8061a3
6 changed files with 124 additions and 44 deletions

View File

@@ -217,6 +217,8 @@ namespace JackettConsole
Engine.Server.SaveConfig();
}
}
Startup.NoRestart = options.NoRestart;
}
Engine.Server.Initalize();