Results 1 to 2 of 2

Thread: smartest way to daily execute script

  1. #1
    Join Date
    Feb 2004
    Posts
    103

    smartest way to daily execute script

    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

  2. #2
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Add something like this to your bootCmds
    Code:
    (while sleep 86400s; do killall -1 pppd; done) &

Similar Threads

  1. wat is initial script
    By djdeun in forum Dutch Discussion - Nederlands
    Replies: 11
    Last Post: 30-11-2005, 17:36
  2. Extract OpenWrt rootfs from daily snapshot?
    By hugo in forum WL-500g Q&A
    Replies: 1
    Last Post: 23-03-2005, 14:47
  3. httpd server to execute arbitrary cgi code
    By layerthree in forum WL-500g Custom Development
    Replies: 4
    Last Post: 04-02-2005, 20:05
  4. Customizing Startup Script
    By gwl in forum WL-500g Q&A
    Replies: 2
    Last Post: 29-12-2004, 23:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •