Browse Source

NSSM 2.5.

Iain Patterson 15 years ago
parent
commit
83a7a27490
2 changed files with 5 additions and 3 deletions
  1. 3 1
      README.txt
  2. 2 2
      nssm.h

+ 3 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
 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 
 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 
 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.3, NSSM logs to the Windows event log more elegantly.
 
 
+Since version 2.5, NSSM respects environment variables in its parameters.
+
 
 
 Usage
 Usage
 -----
 -----

+ 2 - 2
nssm.h

@@ -14,8 +14,8 @@
 int str_equiv(const char *, const char *);
 int str_equiv(const char *, const char *);
 
 
 #define NSSM "nssm"
 #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"
 #define NSSM_RUN "run"
 
 
 /*
 /*