diff --git a/apps/master/main.cpp b/apps/master/main.cpp index 2b2087ffa..23bb10ee6 100644 --- a/apps/master/main.cpp +++ b/apps/master/main.cpp @@ -25,7 +25,6 @@ int main() signal(SIGINT, onExit); signal(SIGTERM, onExit); - signal(SIGSTOP, onExit); masterServer->Start();