function ov rootfs kill
NAME [edit section]
ov_rootfs_kill
SYNOPSIS [edit section]
of_rootfs_kill $1 [$2 ...]
DESCRIPTION [edit section]
This function tries to kill processes on the target, by name. For each process name specified, the function tries to kill it first with SIGTERM (15), and then with SIGKILL (9).
EXAMPLES [edit section]
Here are some sample invocations:ov_rootfs_kill "$@"
ENVIRONMENT and ARGUMENTS [edit section]
This command takes a list of process names to try to kill on the target board.
RETURN [edit section]
Returns true.
SOURCE [edit section]
Located in engine/overlays/base/base-distrib.fuegoclass
SEE ALSO [edit section]