function ov rootfs kill in split format
|
= NAME =
ov_rootfs_kill
|
|
= SYNOPSIS =
of_rootfs_kill $1 [$2 ...]
|
|
= DESCRIPTION =
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 =
Here are some sample invocations:
{{{#!YellowBox
ov_rootfs_kill "$@"
}}}
|
|
= ENVIRONMENT and ARGUMENTS =
This command takes a list of process names to try to kill on the target
board.
|
|
= RETURN =
Returns true.
|
|
= SOURCE =
Located in ''engine/overlays/base/base-distrib.fuegoclass''
|
test_cleanup, kill_procs
|
= SEE ALSO =
* [[function_test_cleanup|test_cleanup]], [[function_kill_procs|kill_procs]]
|