[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems getting crontab to execute my script



On Sat, 15 Jun 2002, Søren Neigaard wrote:

> Here is my crontab line (as root):
> 
> 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /projects/proximus/bin/restart_proximus.sh
> 
> Should this not call my script every 5 minutes?

You can use */5 instead of your list, for every 5 minutes; and make sure
there's a blank line at the end of your crontab file, as cron requires a
newline after each entry.

Patrick

-- 
Patrick Wiseman
pwiseman@mindspring.com
Linux user #17943


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: