mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
Fixed: Removal of previous service
This commit is contained in:
@@ -24,6 +24,7 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
public const string TERMINATE = "terminateexisting";
|
||||
public const string RESTART = "restart";
|
||||
public const string REGISTER_URL = "registerurl";
|
||||
public const string EXIT_IMMEDIATELY = "exitimmediately";
|
||||
|
||||
public StartupContext(params string[] args)
|
||||
{
|
||||
@@ -54,6 +55,7 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
public bool InstallService => Flags.Contains(INSTALL_SERVICE);
|
||||
public bool UninstallService => Flags.Contains(UNINSTALL_SERVICE);
|
||||
public bool RegisterUrl => Flags.Contains(REGISTER_URL);
|
||||
public bool ExitImmediately => Flags.Contains(EXIT_IMMEDIATELY);
|
||||
|
||||
public string PreservedArguments
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user