request Boinc delay feature

fliteshare fliteshare at gmail.com
Sat May 19 15:24:57 UTC 2012


Hi,

Need 20 second sleep in  "start" and "restart" of the boinc-client
So my nVidia Tesla units get time to get configured and detected by 
boinc-client.

Thanks, Arend Rietkerk.

e.g.

case "$1" in
   start)
_# 20 second delay for Tesla units
     sleep 20_
     start
     ;;

   stop)
     stop
     ;;

   restart|force-reload)
     stop
_# 20 second delay for Tesla units
     sleep 20_
     start
     ;;

   status)
     status
     ;;

   schedule)
     schedule
     ;;

   *)
     log_success_msg "Usage: $0 
{start|stop|restart|force-reload|status|schedule}" >&2
     exit 1
     ;;
esac



More information about the pkg-boinc-devel mailing list