Comment 3 for bug 414244

Revision history for this message
Skip Guenter (skip) wrote :

Sleep command in the start() function works fine. Only need a sleep value of around 5 though.

start()
{
  sleep 5
  log_begin_msg "Starting $DESC: $NAME"
  if is_running; then