Re: [BUG] iolog terminate process sent to background
"Todd C. Miller" <[email protected]> Tue, 21 Nov 2017 14:47:01 -0700
| Newsgroups | gmane.comp.tools.sudo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 21 Nov 2017 21:13:57 +0100, Daniele Palumbo wrote: > to undestand better, if the process get forked -- and the pseudo does > handle anymore the file descriptor -- then the problem will not occur, > correct? You need to redirect the standard input, output and error to /dev/null to prevent it from happening. Otherwise, when the parent exits the child will receive SIGHUP. - todd ____________________________________________________________ sudo-workers mailing list <[email protected]> For list information, options, or to unsubscribe, visit: https://www.sudo.ws/mailman/listinfo/sudo-workers