Description
From procrun , --StopTimeout can be used to define the time that procrun waits for service to exit.
But it waits forever even setting --StopTimeout when apxServiceControl(SERVICE_CONTROL_STOP) hangs.
1105 apxLogWrite(APXLOG_MARK_DEBUG "Waiting for stop worker to finish...");
1106 apxHandleWait(hWorker, INFINITE, FALSE);
1107 apxLogWrite(APXLOG_MARK_DEBUG "Stop worker finished.");
Attachments
Attachments
Issue Links
- is duplicated by
-
DAEMON-432 StopTimeout flag not applied when using ProcRun
- Resolved