Skip to content

Commit

Permalink
Signal handler installed on daemon code
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Jan 3, 2016
1 parent 1188c7e commit b519c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Expand Up @@ -508,6 +508,7 @@ int main(int argc, const char * argv[]) {
} else { /* The daemon */

GloVars.global.start_time=monotonic_time();
GloVars.install_signal_handler();
if (ProxySQL_daemonize_phase2()==false) {
goto finish;
}
Expand Down

0 comments on commit b519c94

Please sign in to comment.