Skip to content

Commit

Permalink
Merge pull request #2636 from pravus/v2.0.11
Browse files Browse the repository at this point in the history
Added signal handler installation when running in the foreground
  • Loading branch information
renecannao authored Apr 27, 2020
2 parents a20b930 + 91d56c9 commit 5c6c81d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,7 @@ int main(int argc, const char * argv[]) {

} else {
GloAdmin->flush_error_log();
GloVars.install_signal_handler();
}

__start_label:
Expand Down

0 comments on commit 5c6c81d

Please sign in to comment.