On 06/03/2008 09:11:28 AM, Jelle de Jong wrote:
> I use the below shell loop:
> 
> > while true
> > do

> >     sleep 120
> > done

If you want reliability tell cron to run every 2 minutes
instead of a loop.  Otherwise if your process ever goes
away, it's gone forever.

Karl <[EMAIL PROTECTED]>
Free Software:  "You don't pay back, you pay forward."
                  -- Robert A. Heinlein

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to