Parser_module_API 

Fuego 1.0 wiki

Login

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 eachprocess 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 targetboard.

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.9.3 by Tim Bird