runit: why ignore SIGCONT for stages?

2021-11-23 Thread Leah Neukirchen
Hello, During debugging a ksh issue (https://github.com/ksh93/ksh/issues/301), we noticed that many processes on a Void Linux system booted with runit are ignoring SIGCONT. This seems to be due to runit(8) before execing into the stages: sig_unblock(sig_cont); sig_ignore(sig_cont);

Re: runit: why ignore SIGCONT for stages?

2021-11-23 Thread Steve Litt
Leah Neukirchen said on Tue, 23 Nov 2021 13:17:58 +0100 >Hello, > >During debugging a ksh issue (https://github.com/ksh93/ksh/issues/301), >we noticed that many processes on a Void Linux system booted with runit >are ignoring SIGCONT. This seems to be due to runit(8) before execing >into the