[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cron-like
> Cron checks the crontab each minute, what be a good way to have a
> command run at fractions of a minute (15 seconds)?
One way might be to have cron run a script every minute, and the script
would then call the program and then "sleep 15" (or maybe 14) for four
cycles.
-J
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.
- References:
- Cron-like
- From: Erich Schroeder <erich@museum.state.il.us>