Hi Bastian ! On 25-03-2013 12:20 Bastian Bittorf <[email protected]> wrote:
>http://www.landley.net/hg/toybox/file/aad12ce05aae/toys/other/oneit.c >"PID 1 is special: can't exit, has various signals blocked" If your oneit command is started with blocked signals or there action has been set to SIG_IGN this setting is inherited by the command you start. So it is better to set all signals to there default action and unblock before you do your exec. This way the started program has a clean signal handling on it's own session/process group. -- Harald _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
