FrontPage 

Fuego wiki

Login or create account

function ov rootfs kill in split format

NAME [edit section]

= NAME =
ov_rootfs_kill

SYNOPSIS [edit section]

= SYNOPSIS =
of_rootfs_kill $1 [$2 ...]

DESCRIPTION [edit section]

= 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 [edit section]

= EXAMPLES =
Here are some sample invocations:
{{{#!YellowBox
  ov_rootfs_kill "$@"
}}}

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =
This command takes a list of process names to try to kill on the target
board.

RETURN [edit section]

= RETURN =
Returns true.

SOURCE [edit section]

= SOURCE =
Located in ''engine/overlays/base/base-distrib.fuegoclass''

SEE ALSO [edit section]

test_cleanup, kill_procs
= SEE ALSO =
 * [[function_test_cleanup|test_cleanup]], [[function_kill_procs|kill_procs]]
TBWiki engine 1.8.3 by Tim Bird