From 2e5e7a1de4503782dee0910da3331a05464ca596 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 25 Sep 2010 16:00:42 +0100 Subject: [PATCH] NSSM 2.5. --- README.txt | 4 +++- nssm.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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" /* -- 2.7.4