PDA

Bekijk de volledige versie : smartest way to daily execute script



erik_bies
28-05-2004, 22:29
Hi,

What would be the smartest way to daily execute a small script.
On my normal Linux box I would use cron, but as we don't have cron running on the WL500, that won't do.

Is there a smart way to have this watchdog program do such a thing, or other command that can do this?

THX

Oleg
29-05-2004, 09:13
Add something like this to your bootCmds


(while sleep 86400s; do killall -1 pppd; done) &