X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=01228bdea967a5c6c719a53e0744c9d66b6bbe68;hb=cb571db509c239c3c465907a718479612fe5bb15;hp=b5d457e71d887c5c94a1b1cfff24ac416c80cab7;hpb=a9269d8370b339777c32e6e4a5e5be3ad7387a1c;p=nssm.git diff --git a/nssm.h b/nssm.h index b5d457e..01228bd 100644 --- a/nssm.h +++ b/nssm.h @@ -43,17 +43,17 @@ int str_equiv(const char *, const char *); /* How many milliseconds to wait for the application to die after sending - a Control-C event to its console. + a Control-C event to its console. Override in registry. */ #define NSSM_KILL_CONSOLE_GRACE_PERIOD 1500 /* How many milliseconds to wait for the application to die after posting to - its windows' message queues. + its windows' message queues. Override in registry. */ #define NSSM_KILL_WINDOW_GRACE_PERIOD 1500 /* How many milliseconds to wait for the application to die after posting to - its threads' message queues. + its threads' message queues. Override in registry. */ #define NSSM_KILL_THREADS_GRACE_PERIOD 1500