Earlier quoted context omitted.
Thx. For an encore: /* must be run as root */ #include main(){for(;;){kill(-1,SIGCONT);sleep(10);}} and a .plist. Temporary hackaround.
What does -1 do, send that signal to all processes?
-1 If superuser, broadcast the signal to all processes; otherwise
broadcast to all processes belonging to the user.
(This is on macOS/iOS, Linux might have slightly different semantics.)