Get the processid of the process
Enumrate the handles using ServiceEnumHandles
Iterate through the HandleList and set the handle status to inherit using ServiceSetHandleStatus
Start the child process with the inherited handle as parameter using ServiceStartProcess.