[BusyBox] crond

Vladimir N. Oleynik dzo at simtreas.ru
Fri Mar 25 14:09:09 UTC 2005


Hinko,

> Is it possible to run busybox cron jobs every 5 seconds? Or is one 
> minute the lowest value possible. In latter case could you recomend 
> sometning else?

Hmm, call this sciprt from one minute crontab line

#!/bin/sh
n=0
while [ $n != 12 ]; do
         program
         sleep 5
         let n++
done


--w
vodz




More information about the busybox mailing list