NSSM: The Non-Sucking Service Manager\r
-Version 2.6, 2010-11-19\r
+Version 2.7, 2011-01-25\r
\r
NSSM is a service helper program similar to srvany and cygrunsrv. It can \r
start any application as an NT service and will restart the service if it \r
Thanks to Bernard Loh for finding a bug with service recovery.\r
Thanks to Benjamin Mayrargue (www.softlion.com) for adding 64-bit support.\r
Thanks to Joel Reingold for spotting a command line truncation bug.\r
+Thanks to Arve Knudsen for spotting that child processes of the monitored\r
+application could be left running on service shutdown, and that a missing\r
+registry value for AppDirectory confused NSSM.\r
\r
Licence\r
-------\r
int str_equiv(const char *, const char *);\r
\r
#define NSSM "nssm"\r
-#define NSSM_VERSION "2.6"\r
-#define NSSM_DATE "2010-11-19"\r
+#define NSSM_VERSION "2.7"\r
+#define NSSM_DATE "2011-01-25"\r
#define NSSM_RUN "run"\r
\r
/*\r