tamed: Ignore SIGUSR2
This was originally going to tell tamed to redraw the runner status line, but a different approach was taken.main
parent
c72d908a3f
commit
4a3b86f480
4
bin/tame
4
bin/tame
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue