NSSM: The Non-Sucking Service Manager\r
-Version 2.10, 2011-10-11\r
+Version 2.11, 2012-04-04\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
gracefully and throttles restart attempts if the application doesn't run\r
for a minimum amount of time.\r
\r
+Since version 2.11, NSSM respects srvany's AppEnvironment parameter.\r
+\r
Usage\r
-----\r
In the usage notes below, arguments to the program may be written in angle \r
int str_equiv(const char *, const char *);\r
\r
#define NSSM "nssm"\r
-#define NSSM_VERSION "2.10"\r
-#define NSSM_DATE "2011-10-11"\r
-#define NSSM_RUN "run"\r
+#define NSSM_VERSION "2.11"\r
+#define NSSM_DATE "2012-04-04"\r
\r
/*\r
MSDN says the commandline in CreateProcess() is limited to 32768 characters\r