Enable on-demand rotation.
authorIain Patterson <me@iain.cx>
Sun, 12 Jan 2014 23:56:10 +0000 (23:56 +0000)
committerIain Patterson <me@iain.cx>
Sun, 12 Jan 2014 23:56:10 +0000 (23:56 +0000)
Running "nssm rotate <service>" will send user-defined service control
128 to the service, triggering a rotation of output files after the next
call to ReadFile(), regardless of the value of AppRotateBytes*.

Note that since ReadFile() is synchronous, we have no way to interrupt
it, hence there may be a significant delay before the rotation happens.


No differences found