Added fake NSSM_SERVICE_CONTROL_START constant.
authorIain Patterson <me@iain.cx>
Mon, 13 Jan 2014 09:33:30 +0000 (09:33 +0000)
committerIain Patterson <me@iain.cx>
Mon, 13 Jan 2014 11:04:59 +0000 (11:04 +0000)
commitf1d6394333ce0f90c423d74a9860620942f2bb6f
tree665181eb1dad96c1f67f9ed4ced35ed387e0d657
parente78394a54828ac0fecb36f0438e6829556c88914
Added fake NSSM_SERVICE_CONTROL_START constant.

There's no SERVICE_CONTROL_START constant so we were explicitly checking
for a fake control code of 0 when handling service start.  Now that we
have defined a custom control code (NSSM_SERVICE_CONTROL_ROTATE) we can
add NSSM_SERVICE_CONTROL_START for readability and consistency.
nssm.cpp
nssm.h
service.cpp