StartProcess starts a new process passing it the open files. It starts a new process using the same environment and arguments as when it was originally started. This allows for a newly deployed binary to be started. It returns the pid of the newly started process when successful.
(env []string)
source not stored for this graph (policy: none)
no test coverage detected