Add SIGTERM support to -runWithOptions:error:

This commit is contained in:
Pierre-Olivier Latour
2014-04-29 16:20:03 -07:00
parent 3b75f9dd20
commit 420ed719e8
2 changed files with 8 additions and 6 deletions
+3 -3
View File
@@ -351,9 +351,9 @@ extern NSString* const GCDWebServerAuthenticationMethod_DigestAccess;
- (BOOL)runWithPort:(NSUInteger)port bonjourName:(NSString*)name;
/**
* Runs the server synchronously using -startWithOptions: until a SIGINT signal
* is received i.e. Ctrl-C. This method is intended to be used by command line
* tools.
* Runs the server synchronously using -startWithOptions: until a SIGTERM or
* SIGINT signal is received i.e. Ctrl-C in Terminal. This method is intended to
* be used by command line tools.
*
* Returns NO if the server failed to start and sets "error" argument if not NULL.
*