NSSM 2.20.

master
Iain Patterson 11 years ago
parent 470de9224d
commit 96e7f4484a

@ -1,5 +1,5 @@
NSSM: The Non-Sucking Service Manager NSSM: The Non-Sucking Service Manager
Version 2.19, 2013-11-22 Version 2.20, 2013-11-23
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

@ -19,9 +19,9 @@ int str_equiv(const char *, const char *);
void strip_basename(char *); void strip_basename(char *);
#define NSSM "nssm" #define NSSM "nssm"
#define NSSM_VERSION "2.19" #define NSSM_VERSION "2.20"
#define NSSM_VERSIONINFO 2,19,0,0 #define NSSM_VERSIONINFO 2,20,0,0
#define NSSM_DATE "2013-11-22" #define NSSM_DATE "2013-11-23"
/* /*
Throttle the restart of the service if it stops before this many Throttle the restart of the service if it stops before this many

Loading…
Cancel
Save