<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Jan 20, 2015, at 12:16 PM, Tim Draper <<a href="mailto:veehexx@zoho.com" class="">veehexx@zoho.com</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Im not sure if linux 'sleep' command has a max value, but you could simply do 'config = sleep 1800' for 30mins (60sec * 30min = 1800sec), that would do it.</span><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""></div></blockquote></div><br class=""><div class="">Also helpful for the script you're going to have to write is a line like:</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>mythutil --bcastaddr 0.0.0.0 --notification --message_text "30 minutes" --timeout 10 --type check</div><div class=""><br class=""></div><div class="">to put up a brief notification that the sleeper script has seen the request and what the current sleep time is. I forget the units for the timeout parameter, just experiment.</div><div class=""><br class=""></div><div class="">- George</div></body></html>