Don't think you can speed it up, but you can have a script run once a min, sleep 15, run, sleep 15, run, etc.
If you ahve to: cron1 * * * * * command cron2 * * * * * sleep 15; command cron3 * * * * * sleep 30; command cron4 * * * * * sleep 45; command which is real ugly, but will work Thus spake Ian Perry ([EMAIL PROTECTED]): > Hi Debianers, > > I need to make CRON run faster than every minute. Every 15 seconds would be > good. Is this possible ? > > Thanks > > Ian > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] :wq! --------------------------------------------------------------------------- Robert L. Harris | Micros~1 : Senior System Engineer | For when quality, reliability at RnD Consulting | and security just aren't \_ that important! DISCLAIMER: These are MY OPINIONS ALONE. I speak for no-one else. FYI: perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'