Skip to content

Commit

Permalink
Use plain kill(1) to stop the server instead of "analyze"
Browse files Browse the repository at this point in the history
  • Loading branch information
iskunk committed Aug 22, 2017
1 parent 41e9ef5 commit a916e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeLingModules/server_squoia.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void InitServer(config *cfg) {
wcerr<<L" analyzer_client "<<util::string2wstring(host)<<L":"<<cfg->Port<<L" <input.txt >output.txt"<<endl;
wcerr<<endl;
wcerr<<L"Stop the server with: "<<endl;
wcerr<<L" analyze stop "<<myPID<<endl;
wcerr<<L" kill -TERM "<<myPID<<endl;
wcerr<<endl;

// open sockets to listen for clients
Expand Down

0 comments on commit a916e7d

Please sign in to comment.