Hi, On Fri, Nov 13, 2015 at 2:36 PM, Gert Doering <g...@greenie.muc.de> wrote: > On Wed, Nov 11, 2015 at 02:46:10PM -0500, Selva Nair wrote: > [..] >> Tested on windows 7 with cmd-line use and start/stop with nssm. For nssm, >> the default >> delay after ctrl-C is 1500 msec which is not enough for the process to exit >> if exit-notify >> is being used. About 1 second per extit notify trials + an extra 1 second is >> suggested. > > So this would be something for Samuli to adjust when setting up NSSM? Like, > 2500 ms?
That is correct. It could be added to the nssm info page that Samuli maintains. I use 3000 msec with "--explicit-exit-notify 2" and works well. Selva