tamed: Ignore SIGUSR2

This was originally going to tell tamed to redraw the runner status line,
but a different approach was taken.
main
Mike Gerwitz 2022-01-19 15:41:28 -05:00
parent c72d908a3f
commit 4a3b86f480
2 changed files with 0 additions and 7 deletions

View File

@ -86,10 +86,6 @@ command-runner()
date +%s > "$base/cmdstart"
echo "$*" > "$base/cmdline"
# notify tamed that it should update any diagnostic display
#local -ri tamed_pid=$( < "$root/pid" )
#kill -USR2 "$tamed_pid"
# all remaining arguments are passed to the runner
echo "$*" > "$base/0"

View File

@ -564,9 +564,6 @@ main()
spawn-runner 0 "$root"
trap "spawn-next-runner '$root'" USR1
# runner report on SIGUSR2
trap "runner-report-line '$root'" USR2
# status line reporting on runners for TUI mode
tui-runner-status-line &