Skip to content

Commit

Permalink
Don't treat sigkill as crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 6, 2024
1 parent 56cf8ce commit c3e3169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/system-service/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ void Application::finished(int exitCode){
exitCode != EXIT_SUCCESS
&& exitCode != SIGINT
&& exitCode != SIGTERM
&& exitCode != SIGKILL
&& exitCode != 128 + EXIT_SUCCESS
&& exitCode != 128 + SIGINT
&& exitCode != 128 + SIGTERM
Expand Down

0 comments on commit c3e3169

Please sign in to comment.