FrontPage 

Fuego wiki

Login or create account

function ov rootfs kill in 'raw' 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''

= SEE ALSO =
 * [[function_test_cleanup|test_cleanup]], [[function_kill_procs|kill_procs]]





TBWiki engine 1.8.3 by Tim Bird