4.6.11. wait_for_start

Usage

wait_for_start REGEX

Description

Waits until a process starts that has a command line matching REGEX.

Notes

  • Outputs OK message and returns 0 if the process starts.
  • Outputs ERROR message and returns 2 if the process does not start.