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)
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.


No differences found