pull/1115/merge
niYaDevelop 2025-08-12 20:57:38 +00:00 committed by GitHub
commit 163bcbd4be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -786,6 +786,7 @@ namespace WinSW
context.ExitCode = svc.Status switch
{
ServiceControllerStatus.Stopped => 0,
ServiceControllerStatus.Running => 0,
_ => 1
};
}