Code review comment for lp:~goraxe/upstart/user_sid

Revision history for this message
goraxe (goraxe) wrote :

By the time the getpwnam() has been called, is it not already being performed in the child process? The execvp call just after the uid implies this. So the init daemon is not stalled by the blocking call but execution of the child could be. In that case a timeout death of the child proc would be acceptable if upstart then followed some retry logic.

« Back to merge proposal