From: Iain Patterson Date: Sat, 25 Sep 2010 15:00:42 +0000 (+0100) Subject: NSSM 2.5. X-Git-Tag: v2.5^0 X-Git-Url: http://git.iain.cx/?p=nssm.git;a=commitdiff_plain;h=2e5e7a1de4503782dee0910da3331a05464ca596 NSSM 2.5. --- diff --git a/README.txt b/README.txt index 8a41431..5388d03 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ NSSM: The Non-Sucking Service Manager -Version 2.4, 2010-09-23 +Version 2.5, 2010-09-25 NSSM is a service helper program similar to srvany and cygrunsrv. It can start any application as an NT service and will restart the service if it @@ -22,6 +22,8 @@ based on the exit code of the managed application. Since version 2.3, NSSM logs to the Windows event log more elegantly. +Since version 2.5, NSSM respects environment variables in its parameters. + Usage ----- diff --git a/nssm.h b/nssm.h index bbd0819..56c98b3 100644 --- a/nssm.h +++ b/nssm.h @@ -14,8 +14,8 @@ int str_equiv(const char *, const char *); #define NSSM "nssm" -#define NSSM_VERSION "2.4" -#define NSSM_DATE "2010-09-23" +#define NSSM_VERSION "2.5" +#define NSSM_DATE "2010-09-25" #define NSSM_RUN "run" /*